body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: rgb(255, 255, 255);
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	height: 100%;
	height: 100%;
	display: flex;
  	flex-direction: column;
}
main {
	flex: 1;
}
h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: 36px;
	color: #333;
}
h3 {
	font-size: 20px;
	font-weight: 800;
    color: #333;
}
    
h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
	color: #333;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #608dfd;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #608dfd;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
    background: rgb(230, 230, 230);
	padding: 15px;
	transition: all 0.8s;
	position: absolute;
	
}
#menu.navbar-default {
	background-color: rgb(230, 230, 230);
	border-color: rgb(230, 230, 230);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.493)
}
#menu a.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: rgba(0, 0, 0, 0.822);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgb(37, 35, 35);
	border-color: #535457;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #535457;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #000000 0%, #000000 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: rgb(37, 35, 35);
	
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: rgb(0, 0, 0);
	background-image: none;
	background-color: #ffffff;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

.intro {
	display: table;
	width: 100%;
	padding-top: 80px; /* HIER INTROBILD POSITION ÄNDERN*/
	padding-bottom: 0px; /* HIER INTROBILD POSITION ÄNDERN*/
	background: url(../img/background.png) center center no-repeat;
	background-color: #0000009d;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro h2 {
	font-family: 'Raleway', sans-serif;
	color: rgb(37, 35, 35);
	font-size: 35px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro .overlay {
	background: rgba(0, 0, 0, 0);
}
.intro h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 82px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro h1 span {
	font-weight: 800;
	color: #5ca9fb;
}
.intro p {
	color: rgb(37, 35, 35);
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}

@media (min-width:320px)  { 
	/* smartphones, iPhone, portrait 480x320 phones */ 
	#header {
		padding: 50px 0;
		background: rgb(230, 230, 230);
		flex: 1;
	}
}
@media (min-width:427px)  { 
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	#header {
		padding: 0px 0;
		background: rgb(230, 230, 230);
		flex: 1;
	}
}


header .intro-text {
	padding-top: 350px;
	padding-bottom: 200px;
	text-align: center;
}

#header1{
	margin-top: 80px;
	
}



/*Clan*/

#clan {
	padding: 150px 0;
	background: rgb(37, 35, 35);
	flex: 1;
}
#clan .section-title {
	margin-bottom: 40px;
}
#clan .section-title p {
	font-size: 16px;
}




#clan .section-title h2::after {
	position: absolute;
	content: "";
	background: #b3b3b394;
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 30px;
}
.clan h3 {
	color: rgb(255, 255, 255);
	margin-top: 80px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}

.clan-item {
    text-align: center;
	background-color: rgb(46, 44, 44);
	
}

.clan-item h3 {
	color: #fff;
    font-size: 20px;
	font-weight: 500;
	padding-top: 30px
}
.clan-image {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px auto;
	padding: 20px;
}

.clan-item .clan-age {
    color: rgb(92, 88, 88);
    font-size: 13px;
     
}

.clan-item .clan-rank {
    color: rgb(255, 255, 255);
	font-size: 18px;
	margin-bottom: 10px;
}

.clan-item .clan-profil {
    color: rgb(36, 74, 131);
	font-size: 16px;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 10px
}

.clan-item .clan-twitter {
    color: rgb(36, 74, 131);
	font-size: 16px;
	text-align: right;
	margin: 0px 0px 0px 10px;
	padding: 10px
}
.clan-item .btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	background-color: #1f1e1eb2;
	background-image: #464242;
	padding: 5px 15px;
	
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
.clan-item .btn-custom:hover {
	color: rgb(255, 255, 255);
	background-color: #292a2b;
	background-image: linear-gradient(to right, #000000 0%, #000000 100%);
}

#home {
	padding-top: 80px;
	padding-bottom: 150px;
	background: rgb(230, 230, 230);
	flex: 1;
}
#home h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#home h2 {
	position: relative;
	
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#home h2::after {
	position: absolute;
	content: "";
	background:  linear-gradient(to left, #353636 0%, #000000 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}
#home .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#home .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #5ca9fb;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#home img {
	width: 520px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#home p {
	line-height: 24px;
	margin: 30px 0;
}
/* Contact Section */
#user {
	padding: 150px 0;
	background: rgb(37, 35, 35);
	flex: 1;
	
}
#user .section-title {
	margin-bottom: 40px;
}
#user .section-title p {
	font-size: 16px;
}




#user .section-title h2::after {
	position: absolute;
	content: "";
	background: #b3b3b394;
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 30px;
}
#user h3 {
	color: rgb(255, 255, 255);
	
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}


#user form {
	padding-top: 20px;
}
#user .text-danger {
	color: #cc0033;
	text-align: left;
}
#user .btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	background-color: #5ca9fb;
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
#user .btn-custom:hover {
	color: rgb(255, 255, 255);
	background-color: #292a2b;
	background-image: linear-gradient(to right, #000000 0%, #000000 100%);
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#user .contact-item {
	margin: 0px 0;
}
#user .user-item span {
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
	display: block;
}
#user .user-items {
		margin-top: 80px;
}


@media (min-width:320px)  { 
	/* smartphones, iPhone, portrait 480x320 phones */ 
	#apply {
		padding: 150px 0;
		background: rgb(230, 230, 230);
		flex: 1;
	}
}
@media (min-width:427px)  { 
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	#apply {
		padding: 100px 0;
		background: rgb(230, 230, 230);
		flex: 1;
	}
}
/* Contact Section */

#apply .section-title {
	margin-bottom: 40px;
}
#apply .section-title p {
	font-size: 16px;
}
#apply h2 {
	position: relative;
	
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#apply h2::after {
	position: absolute;
	content: "";
	background:  linear-gradient(to left, #353636 0%, #000000 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}
#apply h3 {
	color: rgb(255, 255, 255);
	margin-top: 80px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}
#contact form {
	padding-top: 20px;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: rgb(0, 0, 0);
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: rgb(0, 0, 0);
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: rgb(0, 0, 0);
}
.form-control:-moz-placeholder {
color: rgb(0, 0, 0);
}
.form-control::-moz-placeholder {
color: rgb(0, 0, 0);
}
.form-control:-ms-input-placeholder {
color: rgb(0, 0, 0);
}
#apply form {
	padding-top: 20px;
}
#apply .text-danger {
	color: #cc0033;
	text-align: left;
}
#apply .btn-custom {
	/**
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	background-color: rgb(230, 230, 230);
	background-image: rgb(255, 0, 0);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
    font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;**/
}
#apply .btn-custom:hover {
	color: rgb(255, 255, 255);
	background-color: #a7a7a7;
	background-image: rgb(230, 230, 230); 
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#apply .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: rgb(0, 0, 0);
	background-color: rgb(230, 230, 230);
	background-image: none;
	border: 1px solid rgb(0, 0, 0);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#apply .form-control:focus {
	border-color: rgb(0, 0, 0);
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: rgb(0, 0, 0);
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#apply .apply-item {
	margin: 0px 0;
}
#apply .apply-item span {
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
	display: block;
}
#apply .apply-item {
	margin: 20px 0;
}
#apply .apply-item span {
	color: rgb(0, 0, 0);
	margin-bottom: 10px;
	display: block;
}
#apply .apply-item i.fa {
	margin-right: 10px;
}
#apply .apply-items {
    margin-top: 80px;
}

#user {
	padding: 150px 0;
	background: rgb(37, 35, 35);
	flex: 1;
	
}
#user .section-title {
	margin-bottom: 40px;
}
#user .section-title p {
	font-size: 16px;
}




#user .section-title h2::after {
	position: absolute;
	content: "";
	background: #b3b3b394;
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 30px;
}
#user h3 {
	color: rgb(255, 255, 255);
	
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}


#user form {
	padding-top: 20px;
}
#user .text-danger {
	color: #cc0033;
	text-align: left;
}
#user .btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	background-color: #5ca9fb;
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
#user .btn-custom:hover {
	color: rgb(255, 255, 255);
	background-color: #292a2b;
	background-image: linear-gradient(to right, #000000 0%, #000000 100%);
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#user .contact-item {
	margin: 0px 0;
}
#user .user-item span {
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
	display: block;
}
#user .user-items {
		margin-top: 80px;
}

#impressum {
	padding: 150px 0;
	background:  rgb(37, 35, 35);
}
#impressum h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#impressum h2 {
	position: relative;
	
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#impressum h2::after {
	position: absolute;
	content: "";
	background:  #b3b3b394;
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}
#impressum .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#impressum .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #5ca9fb;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#impresszm img {
	width: 520px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#impressum p {
	line-height: 24px;
	margin: 30px 0;
}
.responsive {
	max-width: 100%;
	height: auto;
}
.icons{
	max-width: 16px;
	height: 16px;
	margin-bottom: 10px;
	opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
	
}

/* Portfolio Section */
@media (min-width:320px)  { 
	/* smartphones, iPhone, portrait 480x320 phones */ 
	#portfolio {
		padding: 150px 0;
		background: rgb(230, 230, 230);
		flex: 1;
	}
}
@media (min-width:427px)  { 
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	#portfolio {
		padding: 100px 0;
		background: rgb(230, 230, 230);
		flex: 1;
	}
}
#portfolio h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#portfolio h2 {
	position: relative;
	
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#portfolio h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to left, #353636 0%, #000000 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}
#portfolio .portfolio-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#portfolio .portfolio-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #5ca9fb;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}

#portfolio p {
	line-height: 24px;
	margin: 30px 0;
}

.portfolio-item {
	/* margin: 1px -15px 0 -14px; */
	/* padding: 0; */
}
.portfolio-item .hover-bg {
	/* overflow: hidden;
	position: relative;
	margin: 0; */
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgb(0, 0, 0);
	background: linear-gradient(to right, rgba(52, 52, 54, 0.8) 0%,rgba(2, 2, 2, 0.8) 100%);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: rgb(0, 0, 0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}








/* info Section */
@media (min-width:320px)  { 
	/* smartphones, iPhone, portrait 480x320 phones */ 
	#info {
		padding: 150px 0;
		background: rgb(230, 230, 230);
		flex: 1;
	}
}
@media (min-width:427px)  { 
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	#info {
		padding: 100px 0;
		background: rgb(230, 230, 230);
		flex: 1;
	}
}
#info h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#info h2 {
	position: relative;
	
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#info h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to left, #353636 0%, #000000 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}
#info .info-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#info .info-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #5ca9fb;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#info img {
	width: 520px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#info p {
	line-height: 24px;
	margin: 30px 0;
}














/* Footer Section*/
#footer {
	background: rgb(230, 230, 230);
	margin-bottom: 0;
	padding: 30px 0;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.493);
}


#footer p {
	color: #333;
	font-size: 14px;
}
#footer a {
	color: #333;
}
#footer a:hover {
	border-bottom: 2px solid #333;
}


@media (max-width: 768px) {
#clan img {
	margin: 50px 0;
}
}
input[id^="spoiler"]{
	display: none;
   }
   input[id^="spoiler"] + label {
	 display: block;
	 clear: both;
	 width: 300px;
	 margin: 0 auto;
	 padding: 2px 20px;
	 background: rgb(0, 0, 0);
	 color: #fff;
	 text-align: center;
	 font-size: 20px;
	 border-radius: 4px;
	 cursor: pointer;
	 transition: all .6s;
   }
   input[id^="spoiler"]:checked + label {
	 color: #c8ff00;
	 background:rgb(0, 0, 0);
   }
   input[id^="spoiler"] ~ .spoiler {
	 
	 width: auto;
	 height: 0;
	 overflow: hidden;
	 opacity: 0;
	 margin: 10px auto 0; 
	 padding: 10px; 
	 background: #eee;
	 border: 1px solid #ccc;
	 border-radius: 8px;
	 transition: all .6s;
   }
   input[id^="spoiler"]:checked + label + .spoiler{
	 height: auto;
	 opacity: 1;
	 padding: 10px;
   
	
}
	


/*
	Using Bootstrap
*/




/* PEN STYLES ========== */
.row {
	margin: 0;
}
.test_box {
	padding: 15px;
	transition: transform .2s;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.inner {
	transition: transform .2s; /* Animation */
}

.test_box .inner .test_click {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0,0,0,.1);
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	mix-blend-mode: normal;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.test_box .inner .test_click:hover {
	background-color: rgb(0, 102, 255); 
	mix-blend-mode: hard-light;
}
.flex_this {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	display: inherit;
	flex-wrap: inherit;
	height: auto;
	margin: 0;
	padding: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 100%;

}
.inner:hover {
	transform: scale(1.1);
	transition: transform .5s; /* Animation */
}

.test_title {
	color: rgb(230, 230, 230);
	display: block;
	width: 100%;
}
.test_link {
	border: 2px solid #fff;
	display: inline-block;
	font-size: .8em;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0 auto;
	padding: 10px 30px;
	text-transform: uppercase;
}

.box-01 .inner {
	background-image: url('../img/Galerie_01/Dosch_2016_01_04a.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.box-02 .inner {
	background-image: url('../img/Galerie_03/Bad_2_Kirsch_2.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.box-03 .inner {
	background-image: url('../img/Galerie_02/Entwurf_Neu_Strasse_1aa.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}


.row {
	margin: 0;
}
.test_box1 {
	padding: 15px;
	/* padding-top: 0px; */
	transition: transform .2s;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.inner1 {
	transition: transform .2s; /* Animation */
}

.test_box1 .inner1 .test_click1 {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0,0,0,.1);
	color: rgba(255, 255, 255, 0);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	mix-blend-mode: normal;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.test_box1 .inner1 .test_click1:hover {
	background-color: rgba(0, 0, 0, 0.459);
	color: rgb(230, 230, 230);
	word-wrap: break-word;
    overflow-wrap: break-word;
	/* 
	mix-blend-mode: hard-light;
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
	overflow: auto;
	display: block; */

}
.flex_this1 {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	display: inherit; 
	flex-wrap: inherit;
	height: auto;
	margin: 0;
	padding: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 100%;

}
.inner1:hover {
	transform: scale(1.1);
	transition: transform .5s; /* Animation */
	word-wrap: break-word;
    overflow-wrap: break-word;
}

.flexchild {
	padding: 10px;
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
	overflow: auto;
	display: block;
	word-wrap: break-word;
    overflow-wrap: break-word;
	
}

.test_link1 {
	border: 2px solid #fff;
	display: inline-block;
	font-size: .8em;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0 auto;
	padding: 10px 30px;
	text-transform: uppercase;
}

.box-011 .inner1 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}