html,body {
background:#00222b;
color:#333;
width: 100%;
min-height:98%;
text-align:center;
line-height:normal;
font-family: 'Roboto', sans-serif;}


.text{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

/* unvisited link */
a:link {
    color:white;
    text-decoration: none;
}

/* visited link */
a:visited {
    color:white;
    text-decoration: none;
}

/* mouse over link */
a:hover {

     color: #cc0e0e ;

}

/* selected link */
a:active {

     color: #cc0e0e ;

}

.clear {
    clear: both;
    width: 100%;
    float: none;
    height: 0px;
}

#placeholder{
width: 100%;
height: 51px;
}
.navi{display:none;
	width:100%;height:60px;background:white;z-index:16;
}

.navi_logo_source{
    height: 120px;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	-webkit-transition: all .5s ease-in-out;
}

.navi_logo_source:hover{
	-webkit-filter: grayscale(25%); /* Safari 6.0 - 9.0 */
    filter: grayscale(25%);
}

.navi_menu{
	position: absolute;
	display: inline-block;
	background:none;
	border:0;
    cursor: pointer;
	top:0px;
	left:0px;
	height:25px;
	width:30px;
	margin-top:17.5px;
	margin-bottom:17.5px;
	margin-left:50px;
	z-index:18;
	}

.menubar1, .menubar2, .menubar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
	-webkit-transition:0.4s;
}

/* Rotate first menubar */
.menu_active .menubar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
	background-color: #fff ;
}

/* Fade out the second menubar */
.menu_active .menubar2 {
    opacity: 0;
}

/* Rotate last menubar */
.menu_active .menubar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
	background-color: #fff ;
}

.head1{
	background-color: #0f0f0f;
	/*background-image: url(./../bilder/head1.png);
    background-repeat: no-repeat;
	border-top: 3px solid #da1a63;*/
    color: #fff;
    height: 38px;
    text-transform: uppercase;
    font-size: 16px;
}




.head1social{
	float:right;
	height:100%;
	padding-top:3px;
	padding-left:25px;
	padding-right:0px;
	padding-bottom:3px;
	transition: 0.5s;
	-webkit-transition:0.4s;
}

.head1left{
	float: left;
    height: 100%;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 0px;
    padding-bottom: 3px;
    transition: 0.5s;
    -webkit-transition: 0.4s;
}

.head1button{
float:right;
height:35px;
display: block;
    margin-left: 5px;
	margin-right: 5px;
    background: transparent;
	color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border: 2px solid white;
    border-radius: 0px;
    padding: 0px 40px 0px 40px;
    line-height: 32px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

	}
.head1button:hover {
-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 2px solid white;
    border-radius: 0px;
    background-color: white;
    color: #d80051;
}

.head1socialbutton_icon {
    font-size: 32px;
    /*width: 32px;*/
    height: 32px;
    float: left;
    margin:0 auto;
	padding-top: 6.5px;
    padding-bottom: 6.5px;
    display: block;
    white-space: nowrap;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.head1socialbutton_icon:hover{
    color:#cc0e0e;
}

.head2{
	position:absolute;
	width:100%;
	z-index:17;
    background: #000000e6;
    border-bottom: 2px solid #cc0e0e;
    color: #fff;
    height: 120px;
    text-transform: uppercase;
    font-size: 16px;
	-webkit-transition:transition: 0.5s;
	transition: 0.5s;
}
.head2_fixed{
position: fixed;
z-index:17;
top: 0px;
border-bottom: 2px solid #cc0e0e;
box-sizing: border-box;
height: 60px;

}

.head2_fixed .navi_logo_source{
    height: 50px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.head2logo{
	float:left;
	height:110px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-transition:transition: 0.5s;
	transition: 0.5s;
}

.head2logo_fixed{
	height:55px;
	padding-top:2.5px;
	padding-bottom:2.5;
	margin-top:0px;
	margin-bottom:0px;
}

.head2navi{
	float:right;
	height:120px;
	width:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	line-height: 120px;
	list-style: none;
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
    color: #00222b;
    font-size: 14px;
    font-weight: 400;
	-webkit-transition:transition: 0.5s;
	transition: 0.5s;
}

.head2navi_fixed{
	height:60px;
	line-height: 60px;
}

.head2navbar_reiter{
    position: relative;
	float:left;
	padding: 0 15px;
	height:100%;
	width:auto;
	color: #00222b;
	text-decoration: none;
}

.head2navbar_reiter a:link{
	color: #fff;
	text-decoration: none;
}

.head2navbar_reiter a:visited{
	color: #fff;
	text-decoration: none;
}

.head2navbar_reiter a:hover{
	color: #cc0e0e;
	text-decoration: none;
}


.navi_fixed{
	position:fixed;
	top:0;
}

.navibar{
	position:absolute;
	z-index:17;
	top:0;
	left:-300px;
	width:300px;
	height:100%;
	background:white;
	color:#cc0e0e ;
	border-radius: 0px;
    border-top: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-right: 1px solid;
    border-color: #cc0e0e ;
	padding-top:60px;
}

.navibar_entry{
		-webkit-animation-name: navibar_entry; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s; /* Safari 4.0 - 8.0 */
    animation-name: navibar_entry;
    animation-duration: 0.8s;
	left:0px;
	display:block;
	background:#0a0b0c;
	-webkit-transition:transition: 0.4s;
	transition: 0.4s;
}

.navibar_exit{
	-webkit-animation-name: navibar_entry; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s; /* Safari 4.0 - 8.0 */
    animation-name: navibar_exit;
    animation-duration: 0.3s;
}

.navibar_fixed{
	position:fixed;
	top:0;
}

@-webkit-keyframes navibar_entry {
    from {left:-300px;}
    to {left:0px;}
}

@keyframes navibar_entry {
    from {left:-300px;}
    to {left:0px;}
}

@-webkit-keyframes navibar_exit {
    from {left:0px;display:block;}
    to {left:-300px;display:none;}
}

@keyframes navibar_exit {
    from {left:0px;display:block;}
    to {left:-300px;display:none;}
}

.navibar_ul{
	height:60px;
	width:100%;
	margin:0;
	padding:0;
}

.navibar_li{
	cursor:pointer;
	height:45px;
	width:100%;
	color:#fff;
	list-style: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
	text-align:left;
	display:inline-block;
	padding-left:50px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.navibar_li:hover{
color:white;
-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #cc0e0e;
}

.head1left_mobile{
	color: #cc0e0e;
}

.head1left_mobile:hover{
/*color:#fff;
background:#00222b;*/
}

.navibar_li a{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.section{
	padding-top:50px;
	
}

.first_section{
	padding-top:170px;
	
}

.section_100{
	min-height: calc(100%-200px);
    min-height: -moz-calc(100% - 200px);
    min-height: -webkit-calc(100% - 200px);
    min-height: -o-calc(100% - 200px);
    min-height: calc(100% - 200px);
	transition: 0.5s;
	-webkit-transition: 0.5s; /* Safari */
}

.section_100_fixed{
	min-height: calc(100%-60px);
    min-height: -moz-calc(100%-60px);
    min-height: -webkit-calc(100%-60px);
    min-height: -o-calc(100%-60px);
    min-height: calc(100%-60px);
}

.firstsection{
	padding-top: 160px;
    transition: 0.5s;
	-webkit-transition: 0.5s; /* Safari */
}

.firstsection_fixed{
	padding-top: 160px;
}

.theme1{
	background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    background-image: url(./../bilder/background_theme_1.png);
    background-repeat: no-repeat;
	color: white;
	top:60px;
}

.theme2{
	background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    background-image: url(./../bilder/background_theme_2.png);
    background-repeat: no-repeat;
	color: white;
	top:60px;
}

.theme3{
	background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    background-image: url(./../bilder/background_theme_3.png);
    background-repeat: no-repeat;
	color: #0f0f0f;
	top:60px;
}

.theme4{
	    background: whitesmoke;
	color: #0f0f0f;
	top:60px;
}

.partners{
	margin: 0px auto;
    box-sizing: border-box;
    padding: 0px;
    min-height: 100px;
    background: whitesmoke;
    color: #0f0f0f;
}
.partners_box{
	position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
}

.partners_back{
	width: 100%;
    min-height: 100%;
	filter: grayscale(100%);
	opacity:0.2;
}
.partners_item{
	z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
}

.theme1 .contenth2_sub { color: white;}

.theme2 .contenth2_sub { color: white;}

.theme3 .contenth2_sub { color: #585858;}

.theme4 .contenth2_sub { color: #585858;}


.theme3 a:link {color: #cc0e0e;}

.theme3 a:visited {color: #cc0e0e;}

.theme3 a:hover {    color: #cc0e0e;}

.theme3 a:active {color: #cc0e0e;}


.theme4 a:link {color: #cc0e0e;}

.theme4 a:visited {color: #cc0e0e;}

.theme4 a:hover {    color: #cc0e0e;}

.theme4 a:active {color: #cc0e0e;}


.blogpage .responsive_1_to_2-2{
	padding-left: 0px;
    padding-right: 0px;
	padding-bottom:0px;

}

.blogpage .responsive_1_to_2-1{
	padding-left: 5px;
    padding-right: 0px;

}

.container{
	width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	box-sizing:border-box;
}

.contenth1{	
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    text-shadow: none;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-style:bold;
	padding-top:50px;
    padding-bottom: 75px;
	font-size: 32px;
	color:white;
	text-align:left;
	text-transform: uppercase;
	
}
#contentheadlineh1{	
text-align:center;
text-transform: uppercase;
text-align:left;float:left;
}

.contenth2{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    text-shadow: none;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-style:bold;
	font-weight:900;
	padding-top:0px;
	padding-bottom: 45px;
	font-size: 32px;
	color: #cc0e0e;
	text-align:left;
	text-transform: uppercase;
}

	.contenth2_sub{	
	font-size:16px;color: hsl(0, 0%, 100%);
	}

.contenth3{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    text-shadow: none;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-style:bold;
	font-weight:900;
	padding-top:0px;
	padding-bottom: 32px;
	font-size: 24px;
	color:white;
	text-align:center;
	text-transform: uppercase;
}

.text_h1{
	font-size: 24px;
    line-height: 23px;
    color: #ff0061;
    font-weight: normal;
    margin-bottom: 10px;
	margin-top:20px;
    clear: both;}

.linie{	
	margin:0px auto;
    display: block;
    position: relative;
    top: 0px;
    width: 100;
    height: 3px;
    background-image: linear-gradient( to left, #ffffff00, red, #ffffff00 );
    text-indent: -9999px;
	
}
	.mediages{	
	background: rgba(255, 255, 255, 0.15);
	padding-bottom:50px;
	margin-bottom:0px;
	}
	
	.vidges{	
	background: rgba(255, 255, 255, 0.25);
	padding-bottom:0px;
	margin-bottom:15px;
	}
	
	.responsive_1_to_2{	
	background: rgba(255, 255, 255, 0.25);
	padding-bottom:0px;
	margin-bottom:15px;
	border-bottom: 10px solid #cc0e0e;
	}
	


.mediainforechts{
box-sizing:border-box;
margin-left:0px;
float:left;
width:830px;
box-sizing:border-box;
padding-left: 20px;
padding-right: 20px;
font-size:medium;
text-align: justify;
}
.medialinks{
box-sizing:border-box;
float:left;
width:310px;
padding-top: 124px;
}

.mediainfolinks{
box-sizing:border-box;
margin-left:0px;
float:right;
width:830px;
box-sizing:border-box;
padding-left: 20px;
padding-right: 20px;
font-size:medium;
text-align:left;
}
.mediarechts{
box-sizing:border-box;
float:right;
width:310px;
padding-top: 124px;
}

.vidinfolinks{
box-sizing:border-box;
margin-left:0px;
float:right;
width:443px;
height:auto;
box-sizing:border-box;
padding-left: 20px;
padding-right: 20px;
font-size:medium;
text-align:left;
}
.vidrechts{
box-sizing:border-box;
float:right;
width:696px;
height:391px;
}

.vidinforechts{
box-sizing:border-box;
margin-left:0px;
float:left;
width:443px;
height:auto;
box-sizing:border-box;
padding-left: 20px;
padding-right: 20px;
font-size:medium;
text-align:left;
}
.vidlinks{
box-sizing:border-box;
float:left;
width:696px;
height:391px;
}

h3.aboutus{
	text-align: left;
    font-size: 40px;
    font-weight: 200;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.responsive_1_to_2-1{
width:443px;
height:auto;
float:left;
box-sizing:border-box;
margin-left:0px;
box-sizing:border-box;
padding-left: 20px;
padding-right: 20px;
font-size:medium;
text-align:left;
}

.responsive_1_to_2-2{
width:696px;
height:auto;
float:left;
box-sizing:border-box;
margin-left:0px;
box-sizing:border-box;
padding-left: 20px;
padding-right: 20px;
font-size:medium;
text-align:left;
}

.profile_social_icons{
	color:#585858;
	font-size:32px;
	margin:5px;
}
.profile_social_icons:hover{
	color:#cc0e0e;
	font-size:32px;
}

.teams .responsive_1_to_2-1{	
width:320px;
height:auto;
max-height:auto;
}

.teams .responsive_1_to_2-2{	
width:820px;
height:auto;
min-height:320px;
}

.media_vert_centralized{
	display: table;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.media_vert_centralized_sub{
	display: table-cell;
    vertical-align: middle;
    float: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top:0;
	margin-bottom:0;
}

.blog_sitebar{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
	width:100%;
	height:70px;
    transition: 0.5s;
}

.blog_sitebar:hover{
	background: #0000000f;
}

.blog_sitebar_pic{
	float:left;
	background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    background-repeat: no-repeat;
	width: 100px;
    height: 60px;
	}
	
.blog_sitebar_category{
	color: #ff0257;
	font-size: 14px;
	float:none;
	text-align:right;
	background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    background-repeat: no-repeat;
	height:20px;
	/*width: 100px;
    height: 60px;*/
}

.blog_sitebar_headline{
	padding-left:5px;
	word-break: break-all;
	font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
	height:20px;
	color: #ff0257;
    margin: 0px;
	text-align: left;
    overflow: hidden;
}

.blog_sitebar_date{
	padding-left: 105px;
	height:20px;
	font-size: 14px;
    color: grey;
}

.blog_box_thumb_big{
    position: relative;
	float: left;
	overflow:hidden;
	height: 460px;
    width: 370px;
    margin: 5px;
	background-color: #0f0f0f;
}
.blog_box_thumb_pic{
	width:100%;
	height:100%;
	filter: blur(0px);
	-webkit-filter: blur(0px);
	background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
	transition: all .5s;
}

.greyscale_100{filter: grayscale(100%);}
.greyscale_0{filter: grayscale(0%);}

.blog_box_thumb_small:hover .blog_box_thumb_pic{
	transform: scale(1.2);
	filter: blur(5px);
	-webkit-filter: blur(5px);
}
.blog_box_thumb_small:hover .blog_box_thumb_pic.greyscale_100{filter: grayscale(0%);}
.blog_box_thumb_small:hover .blog_box_thumb_pic.greyscale_0{filter: grayscale(100%);}


.blog_box_thumb_big:hover .blog_box_thumb_pic{
	transform: scale(1.2);
	filter: blur(5px);
	-webkit-filter: blur(5px);
}

.games_weplay{
top:0;
text-align:center;
}
.games_weplay_logo{
    margin: auto;
    height: 100px;
    padding: 20px;
	margin-top: 60px;
}

.games_weplay_button{
	opacity:0;
}

@media (max-width: 992px){
	.games_weplay_logo{
		margin: auto;
		height: 80px;
		padding: 10px;
		margin-top: 25px;
	}
}

.blog_box_thumb_small:hover .games_weplay_button{
opacity:1;
}

.blog_box_thumb_small{
    position: relative;
	float: left;
	overflow:hidden;
	height: 225px;
    width: 370px;
    margin: 5px;
	background-color: #0f0f0f;
}
.blog_box_sub{
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    padding-left: 15px;
	font-size:16px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 900;
    width:100%;
    word-wrap: break-word;
    text-transform: uppercase;
    line-height: 25px;
	text-align: left;
	color:white;
}

.blog_box_h3{
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 900;
	color:#cc0e0e;
	margin:0px auto;
}
.back{
	opacity: 0;
}

.blog_box_thumb_big:hover .back {
  opacity: 0.3;
}

.blog_box_subheadline{
    float: left;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.blog_box_subheadline_counter{
	color: #0f0f0f;
	padding-left: 15px;
    text-transform: uppercase;
    text-align: left;
    float: left;
}

.blog_box_subheadline_counter .hover:hover{
	color:red;
}
	
	
	
	
	
	
.teams_box_subheadline{
    float: left;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.teams_box_subheadline_counter{
	margin: 0 auto;
	font-size: 32px;
	color: #0f0f0f;
	padding-left: 15px;
    text-transform: uppercase;
    text-align: center;
    float: left;
}

.teams_box_subheadline_counter .hover:hover{
	color:red;
	}

#projekte_box{
float:left;
width:277.5px;
height:277.5px;
margin: 2.5px auto;
margin-left: 2.5px;
margin-right: 2.5px;
overflow:hidden;
}
.projekte_boxbild{  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  }
.projekte_boxbild:hover{
-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.partner_box_logo{
	height: 100px;
	display: inline-block;
    text-align: center;
    box-sizing: border-box;
    margin-left: 4%;
    margin-right: 4%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: grayscale(100%);
}

.partner_box_logo:hover{
    filter: grayscale(0%);
}



#adminpicbox{
	background: rgba(255, 255, 255, 0.5);
	width:50%;
	margin:0px auto;
}

#adminpicboxdemo{
	background:#cc0e0e ;
	color:white;
	width:60%;
	float:left;
}

#adminpicboxupload{
	width:40%;
	float:left;
}

#logo{
	text-align:center;
	display: block;
	position: absolute;
	font-size:100%;
    width:450px;
}

#swipe_box{
    display: block;
    position: absolute;
    font-size: 100%;
    bottom: 50px;
    box-sizing: border-box;
	}
	
#swipe_button{
	left: 50%;
	width: 24px;
	height: 24px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.games_box{
	position:relative;
	float:left;
	overflow: hidden;
	width:100%;
	height:100px;
	margin-top:20px;
}

.games_back{


	width: 100%;
    height: 100%;
	filter: blur(3px);
    -webkit-filter: blur(3px);
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}

.games_logo{
	z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
	height: 100%;
    
}

.responsive_box{
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    width: 370px;
	height:40px;
	padding:12px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
	}
	
.theme1 .responsive_box{
	background: #cc0e0e;
	color: white;
}

.theme2 .responsive_box{
	background: #cc0e0e;
	color: white;
}

.theme3 .responsive_box{
	background: #cc0e0e;
	color: white;
}

.theme4 .responsive_box{
	background: #cc0e0e;
	color: white;
}

.responsive_box:hover{
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    filter: none;
    background: #121d21;
	}

footer{
	margin:0px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
	background:#00222b;
	font-size:12px;
	color:white;
}
footer a:link{
	color:white !important;
}
footer a:active{
	color:white !important;
}
footer a:visited{
	color:white;
}
footer a:hover{
	color:#cc0e0e;
}

@media (max-width: 1200px){

	.container{
		width: 970px;
	}
	
	.mediages{	
	margin-bottom:0px;
	}
	.vidges{	
	margin-bottom:15px;
	}
	.responsive_1_to_2{	
	margin-bottom:15px;
	}
	
	.mediainforechts{
	width:704px;
	}
	
	.medialinks{
	width:196px;
	}
	
	.mediainfolinks{
	width:704px;
	}
	
	.mediarechts{
	width:196px;
	}

	#projekte_box{
	width: 229.5px;
    height: 229.5px;
	}
	
	.vidinfolinks{
	width:366px;
	height:auto;
	}
	.vidrechts{
	width:574px;
	height:313px;
	}
	.vidinforechts{
	width:366px;
	height:auto;
	}
	.vidlinks{
	width:574px;
	height:313px;
	}
	
	.responsive_1_to_2-1{
	width:366px;
	}
	.responsive_1_to_2-2{
	width:574px;
	}
	
	.teams .responsive_1_to_2-1{	
	width:320px;
	height:auto;
	max-height:auto;
	}

	.teams .responsive_1_to_2-2{	
	width:620px;
	height:auto;
	min-height:320px;
	}
	
	
	.blog_box_thumb_small{
	height: 225px;
    width: 460px;
	}
	.blog_box_thumb_big{
	height: 460px;
    width: 460px;
	}
	
	.responsive_box{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    width: 303px;
	height:40px;

	}
}





@media (max-width: 992px){
	
	.container{
		width: 750px;
	}
	
	.head2navbar_reiter{
		padding: 0px 13px;
	}
	
	.head2navi{
		font-size:14px;
	}
	
	.head1button{
    padding: 0px 25px 5px 25px;
	line-height:32px;
	}
	
	
	
	
	.mediages{
	margin-bottom:0px;
	}
	
	.mediainforechts{
	width:520px;
	}
	.medialinks{
	width:200px;
	}
	.mediainfolinks{
	width:520px;
	}
	.mediarechts{
	width:200px;
	}
	#projekte_box{
	width: 234px;
    height: 234px;

	}
	
	.vidinfolinks{
	float:none;
	margin-top:0px;
	padding-bottom:50px;
	margin:0px auto;
	width:720px;
	height:auto;
	}
	.vidrechts{
	float:none;
	margin-top:0px;
	margin:0px auto;
	width:720px;
	height:405px;
	}
	.vidinforechts{
	float:none;
	margin-top:0px;
	padding-bottom:50px;
	margin:0px auto;
	width:720px;
	height:auto;
	}
	.vidlinks{
	float:none;
	margin-top:0px;
	margin:0px auto;
	width:720px;
	height:405px;
	}
	
	.responsive_1_to_2-1{
	float:none;
	width:100%;
	height:auto;
	margin-top:0px;
	padding-bottom:50px;
	margin:0px auto;
	}
	
	.blogpage .responsive_1_to_2-1{
		width:100%;
	}
	
	.responsive_1_to_2-2{
	float:none;
	width:100%;
	height:auto;
	margin-top:0px;
	padding-bottom:50px;
	margin:0px auto;
	}
	
	.teams .responsive_1_to_2-1{	
	padding-top: 20px;
	padding-bottom: 10px;
	}

	.teams .responsive_1_to_2-2{	
	width:100%;
	height:auto;
	}
	
	.media_vert_centralized_sub {display:block;}
	
	.blog_box_thumb_small{
	height: 225px;
    width: 350px;
	}
	.blog_box_thumb_big{
	height: 460px;
    width: 350px;
	}
	
	h3.aboutus {
		font-size: 32px;
	}
	
	.responsive_box{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    width: 350px;
	height:40px;

	}
	
}




@media (max-width: 768px){
	.head1{display:none;}
	.head2{display:none;}
	.navi{display:block;background: #0a0b0c}
	.navi_menu{margin-left:17.5px;}
	.navibar_li{padding-left:17.5px;}
	
	.section{
	padding-top:0px;
		
	}
	
	.first_section{
			margin-top: 60px;
		transition: 0.5s;
		-webkit-transition: width 0.5s, height 4s; /* Safari */
	
	}

	.firstsection{
		margin-top: 60px;
		transition: 0.5s;
		-webkit-transition: width 0.5s, height 4s; /* Safari */
	}
	
	.section_100{
	min-height: calc(100%-60px);
    min-height: -moz-calc(100% - 60px);
    min-height: -webkit-calc(100% - 60px);
    min-height: -o-calc(100% - 60px);
    min-height: calc(100% - 60px);
	transition: 0.5s;
	-webkit-transition: 0.5s; /* Safari */
	}
	
	.container{
		width: 100%;
	}

	.text{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
	}
	
		.contenth1{	
		padding-top:50px;
		padding-bottom: 25px;
		font-size: 24px;
		color:white;
		text-align:center;
		
	}
	#contentheadlineh1{	
		font-size: 24px;
		text-align:center;
		float:none;
	}

	.contenth2{	
		margin-top: 0px;
		padding-top:50px;
		padding-bottom: 25px;
		font-size: 24px;
		text-align:center;
	}
	
	
	.contenth3{
	font-size: 18px;
	}

	.linie{	
		margin:0px auto;
		display: block;
		position: relative;
		top: 0px;
		width: 100px;
		
	}

	.text{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
	}
	
	.mediages{	
	margin-bottom:50px;
	}
	
	.mediainforechts{
	float:none;
	margin:0px auto;
	margin-top:0px;
	padding-left: 0px;
    padding-right: 0px;
	width:100%;
	}
	.medialinks{
	float:none;
	margin:0px auto;
	width:100%;
	padding-top:0px;
	}
	.mediainfolinks{
	float:none;
	margin:0px auto;
	margin-top:0px;
	padding-left: 0px;
    padding-right: 0px;
	width:100%;
	}
	.mediarechts{
	float:none;
	margin:0px auto;
	width:100%;
	padding-top:0px;
	}
	
	.medialinks.aboutus{
	width:100px;	
	margin:0 auto;
	}
	
	h3.aboutus{
	text-align: center;
	}
	.mediainforechts.aboutus{
	}
	
	.media_vert_centralized_sub{	
	display: block;
    vertical-align: unset;
	}
	
	#projekte_box{
	float: none;
    display: inline-block;
	width: 243px;
    height: 243px;

	}
	
	#adminpicbox{
	background: rgba(255, 255, 255, 0.5);
	width:290px;
	margin:0px auto;
	}
	
	#adminpicboxdemo{
	background:#cc0e0e ;
	color:white; 
	width:100%;
	float:none;
	}

	#adminpicboxupload{
	width:100%;
	float:none;
	}
	
	.aboutme{
		width: 160px;
	}
	
	#logo{
		width:60%;
	}

	.vidges{	
	width:448px;
	margin:0px auto;
	margin-bottom:15px
	}
	
	.responsive_1_to_2{	
	width:100%;
	margin:0px auto;
	margin-bottom:15px
	}
	
	.vidinfolinks{
	margin:0px auto;
	width:448px;
	height:auto;
	}
	.vidrechts{
	margin:0px auto;
	width:448px;
	height:252px;
	}
	.vidinforechts{
	margin:0px auto;
	width:448px;
	height:auto;
	}
	.vidlinks{
	margin:0px auto;
	width:448px;
	height:252px;
	}
	
	.responsive_1_to_2-1{
	margin:0px auto;
	width:100%;
	}	
	.responsive_1_to_2-2{
	margin:0px auto;
	width:100%;
	}
	
	.teams .responsive_1_to_2-1{	
	margin:0px auto;
	width:100%;
	}

	.teams .responsive_1_to_2-2{	
	width:100%px;
	height:auto;
	}
	
	.head1socialbutton_icon {padding-top: 6px;}
	.head1socialbutton:hover {
    color: white;
    background: #cc0e0e;
    border: 2px solid #cc0e0e;
	}
	.head1socialbutton_text {
		color: white;
	}
	
	.head2socialbutton:hover {
    color: white;
    background: #cc0e0e;
    border: 2px solid #cc0e0e;
	}
	.head2socialbutton_text {
		color: white;
	}
	
	.head1button:hover{
    color: white;
    background: #cc0e0e;
    border: 2px solid #cc0e0e;
	}
	
	.blog_box_thumb_small{
	float: none;
    margin: 0px auto;
	margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 150px;
	}
	.blog_box_thumb_big{
	float: none;
    margin: 0px auto;
	margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 150px;
	}
	.responsive_box{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    width: calc(50% - 10px);
	height:40px;
	}
	
}

	@media (max-width: 384px){
	#logo{
		width: 275px;
	}
	}
	
	@media (max-width: 320px){
	#logo{
		width: 90%;
	}
	}

	@media (max-width: 448px){
	.vidges{	
	width:290px;
	margin:0px auto;
	margin-bottom:15px;
	}
	
	.vidrechts{
	margin:0px auto;
	width:290px;
	height:180px;
	}
	.vidinforechts{
	margin:0px auto;
	width:290px;
	height:auto;
	}
	.vidlinks{
	margin:0px auto;
	width:290px;
	height:180px;
	}
	.vidinfolinks{
	margin:0px auto;
	width:290px;
	height:auto;
	}

	.responsive_1_to_2{	
	width:100%;
	margin:0px auto;
	margin-bottom:15px;
	}
	
	.responsive_1_to_2-1{
	margin:0px auto;
	width:100%;
	}
	.responsive_1_to_2-2{
	margin:0px auto;
	width:100%;
	}
	.responsive_box{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    width: calc(100% - 10px);
	height:40px;
	}
	
	}