@charset "utf-8";

/* ---------------------------------------------
Fonts:
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
300italic,400italic,700italic,400,300,600,700

----------------------------------------------*/

/*----------------------------------------------
----------------Scroll to top ------------------
----------------------------------------------*/

/*----------------------------------------------
----------------------------------------------*/

body {
	background-image: url(/file?fle=15600);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%
}
html, body{
height:100%;
margin:0;

}
body,td,th {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	line-height: 150%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-weight: 300;
	/**/
		
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{
  border: 0px solid white;
}
header{
	width: 100%;
	height:235px;
	background-color: white;
	float: left;	
}
.head_container{
	margin-top: 40px;
	background-image:url(/file?fle=15596);
	width: 100%;
	float: left;
	height: 136px;	
}
.headblue{
	width: 20%;
	float: left;
	height: 136px;
	background-color: #06cae6;	
}
.headtop{
	width: 1100px;
	height: 136px;
	position:absolute;
	left: 50%;
	margin-left: -550px;
	top: 40px;
	background-image:url(/file?fle=15602);
	background-position:bottom left;
	background-repeat:no-repeat;	
}
.logo{
	float:left;	
	margin-top: 15px;
}
.social{
	float: right;
	margin-top: -28px;	
}
.social a{
	float: right;
	margin-left: 5px;	
}
.nav_container{
	max-width: 1100px;
	margin: 153px auto 0 auto;	
	height: 38px;
}



.nav_container form input:focus { 
border:solid 1px #06cae6; 
}
.contentwrap{
	width: 100%;
	float: left;	
}
.content_innerwrap{
	max-width: 1100px;
	margin: 10px auto;	
}
/*.leftcol{
	float: left;
	max-width: 830px;
	min-height: 500px;
	background-color: white;
}
.rightcol{
	float: right;
	min-height: 500px;
	/*background-color: white;
	max-width: 260px;
}*/
.leftcol_inner{
	margin: 40px;
	max-width: 750px;	
}
.rightcol_inner{
	margin: 0 35px 20px 35px;	
}
.righttitle{
	float: left;	
}
.block{
	margin-bottom: 10px;
	background-color: white;
	float: right;
	width: 100%;
	padding-bottom: 20px;	
}
.rightcont{
	float: left;	
}
.rightcont h2{
	font-size: 120%;
	font-weight: 400;
	color: black;
	margin: 20px 0px 5px 0px;	
}
.date{
	font-size: 75%;
	color: #666;
	margin-bottom: 5px;	
	float: left;
}
.teasertekst{
	font-size: 85%;
	color: black;
	float: left;	
}
.morelink{
	margin: 10px 0px 20px 0px;
	float: right;	
}
.morelink a{
	float: right;
	color: #06cae6;	
	text-decoration: none;
	font-weight: 700;
	font-style: italic;
	font-size: 85%;
}
.act_detail_picture{
	height: 206px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;	
}
.act_detail_picture img{
	 bottom: -100%;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -100%;
    width: 100%;	
}
.pagetitle{
	float: left;
	width: 100%;
	border-bottom: 1px solid #06cae6;
	text-align:center;	
}
.content_wrap{
	float: left;
	margin-top: 15px;
	margin-bottom: 50px;	
}
.nws_detail_innerwrap, .nws_detail_wrap{
	width: 100%;
	float: left;	
}
.nws_detail_innerwrap{
	margin-bottom: 20px;
	padding: 20px 0 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	height: auto;
}
/*.nws_detail_innerwrap:hover{
	-webkit-box-shadow: 0 0 5px 3px #d4d4d4;
	box-shadow: 0 0 5px 3px #d4d4d4;
	margin: -10px -10px 10px -10px;
	padding: 20px 10px 10px 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: auto;
}*/
.nws_detail_picture{
	height: 160px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 20%;
	float: left;
}
.nws_detail_title, .nws_detail_date, .nws_detail_intro, .nws_detail_link{
	float: right;
	width: 78%;	
}
.nws_detail_picture img{
	 bottom: -100%;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -100%;
    width: 100%;
}
.nws_detail_title a{
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: black;
	text-decoration:none;
	font-weight:400;
}
.nws_detail_date{
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	color: #632c8a;
	padding: 5px 0px;	
}
.nws_detail_intro{
	color: black;	
}
.nws_detail_link a{
	font-weight: bold;
	font-style: italic;
	color: #06cae6;
	text-decoration:none;
	float: right;	
}
.tweetwrap{
	margin: 10px auto;
	max-width: 1100px;	
}
.tweet{
	width: 32.6%;
	height: 635px;		
	float: left;
	background-color: #5b3975;
	border-left: 40px solid #5b3975;
	border-right: 40px solid #5b3975;
	margin-right: 10px;
}
.mediath{
	width: 32.6%;
	height: 635px;	
	float: left;
	background-color: #06cae6;
	border-left: 40px solid #06cae6;
	border-right: 40px solid #06cae6;
	
}
.mediath2{
	width: 32.6%;
	height: 635px;		
	float: left;
	background-color: #fff;
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;
	margin-right: 10px;
}
.mediath .tw_title, .tweet .tw_title{
	 padding: 11px 0;
}
.tw_title{
	text-align: center;
	width: 100%;
	/*margin: 0 40px;*/
	border-bottom: 1px solid white;
	float: left;	
}
.tw_title2{
	text-align: center;
	width: 100%;
	/*margin: 0 40px;*/
	border-bottom: 1px solid #06cae6;
	float: left;	
}
.tw_text{
	padding: 20px 0;
	color: white;
	float: left;	
}
footer{
	padding-top: 10px;
    clear: both;
    height: 170px;
    float: left;
	width: 100%;
}

@media (min-width: 768px) {
.headtop{
	width: 100%;
	height: 136px;
	position:relative;
	left: 0%;
	margin-left: 0;
	top: 0px;

	background-image:url(/file?fle=15602);
	background-position:bottom left;
	background-repeat:no-repeat;	
}
.headblue{
	width: 0;
	float: left;
	height: 136px;
	background-color: #06cae6;	
}
.nav_container{
	max-width: 100%;
	margin: 15px auto 0 auto;	
	height: 38px;
}
.content_innerwrap{
	max-width: 100%;
	margin: 10px;	
	overflow: hidden;
}
.leftcol{
	min-height: 500px;
	background-color: white;
	/*float: left;*/
	overflow: hidden;
}
.rightcol{
	float: right;
    margin-left: 10px;
    min-height: 500px;
    width: 260px;
}
.tweetwrap{
	margin: 10px auto;
	max-width: 100%;	
}
nav{
	float: left;
	margin-left: 15px;	
}
.search_in input.search_txt{
	float: left;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); 
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); 
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	/*height: 24px;*/
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px;
	border: 1px solid #d9d9d9;
	color: #666;
	padding: 6px 10px;	
	font-size: 14px;
	margin-top: 1px;
	margin-right: 20px;
}
.tweetwrap{
	margin: 10px;
	max-width: 1100px;	
}
.search{
	width: 190px;
	float: right;	
	margin-top: -60px;
	position: absolute;
	right: 10px;
}
.search_button{
	float: right;
	background-color: white;
	width: 34px;
	height: 34px;
	border: 0px solid white;
	background-image: url(/file?fle=15624);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;	
	margin-left: -10px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}
nav a{
	color: black;
	margin-right: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;	
	text-decoration: none;
	padding-top: 15px;
}


.foot_in{
	height: 370px;
	max-width: 1100px;
	margin: 0 auto;
	background-color: white;	
}
.mlink a{
	font-weight: bold;
	font-style: italic;
	color: white;
	text-decoration:none;
	float:right;	
}
.V-info{
	float: left;
	width: 28%;
	margin: 40px 0px 40px 40px;	
}
.V-links{
	float: right;
	width: 60%;
	margin: 130px 40px 40px 0px;		
}
.V-logo{
	float: left;	
}
.V-adres{
	float: left;	
	font-size: 14px;
	color: black;
	margin: 15px 0 0 20px;
}
.face, .twit, .yout{
	float: left; 
	margin-right: 10px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;	
	margin-top: 15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.face{
	background-color: #00539f;
	background-image: url(/file?fle=15599);
	background-position: center;
	background-repeat: no-repeat;
}
.twit{
	background-color: #46c9f5;	
	background-image: url(/file?fle=15609);
	background-position: center;
	background-repeat: no-repeat;
}
.yout{
	background-color: #eb222a;
	background-image: url(/file?fle=15614);
	background-position: center;
	background-repeat: no-repeat;	
}
.face:hover, .twit:hover, .yout:hover{
	background-color: #4b4980;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.V-spons{
	float: left;
	width: 45%;	
	margin-right: 20px;
}
.V-menu{
	float: left;
	width: 45%;	
	border-left: 1px dotted #06cae6;
	border-right: 1px dotted #06cae6;
	margin-left: 20px;
}
.V-menu ul{
	margin-top: 0px;
	margin-bottom: 0px;	
}
.V-menu ul li{
	margin-bottom: 3px;
	list-style-image:url(/file?fle=15595);
		
}
.V-menu ul li a{
	color: black;
	text-decoration: none;
}
.V-menu ul li a:hover{
	color: #06cae6;
	text-decoration: none;
}


}
@media (min-width: 1200px) {
.headtop{
	width: 1100px;
	height: 136px;
	position:absolute;
	left: 50%;
	margin-left: -550px;
	top: 40px;
	background-image:url(/file?fle=15602);
	background-position:bottom left;
	background-repeat:no-repeat;	
}
.headblue{
	width: 30%;
	float: left;
	height: 136px;
	background-color: #06cae6;	
}
.nav_container{
	max-width: 1100px;
	margin: 150px auto 0 auto;	
	height: 38px;
}
.content_innerwrap{
	max-width: 1100px;
	margin: 10px auto;	
	overflow: hidden;
}
.leftcol{
	min-height: 500px;
	background-color: white;
	/*float: left;*/
	overflow: hidden;
}
.rightcol{
	float: right;
    margin-left: 10px;
    min-height: 500px;
    width: 260px;
}
.tweetwrap{
	margin: 10px auto;
	max-width: 1100px;	
}
nav{
	float: left;
	margin-left: 0px;	
}
.search_in input.search_txt{
	float: left;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); 
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); 
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	/*height: 24px;*/
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px;
	border: 1px solid #d9d9d9;
	color: #666;
	padding: 6px 10px;	
	font-size: 14px;
	margin-top: 1px;
	margin-right: 0px;
}
.tweetwrap{
	margin: 10px auto;
	max-width: 1100px;	
}
.search{
	width: 190px;
	float: right;
	margin-top: 0;
	position: relative;
	right: 10px;	
}
.search_button{
	float: right;
	background-color: white;
	width: 34px;
	height: 34px;
	border: 0px solid white;
	background-image: url(/file?fle=15624);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;	
	margin-left: 5px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}
nav a{
	color: black;
	margin-right: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;	
	text-decoration: none;
	padding-top: 15px;
}


.foot_in{
	height: 270px;
	max-width: 1100px;
	margin: 0 auto;
	background-color: white;	
}
.mlink a{
	font-weight: bold;
	font-style: italic;
	color: white;
	text-decoration:none;
	float:right;	
}
.V-info{
	float: left;
	width: 35%;
	margin: 40px 0px 40px 40px;	
}
.V-links{
	float: right;
	width: 55%;
	margin: 40px 40px 40px 0px;		
}
.V-logo{
	float: left;	
}
.V-adres{
	float: right;	
	font-size: 14px;
	color: black;
	margin: 0;
}
.face, .twit, .yout{
	float: left; 
	margin-right: 10px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;	
	margin-top: 15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.face{
	background-color: #00539f;
	background-image: url(/file?fle=15599);
	background-position: center;
	background-repeat: no-repeat;
}
.twit{
	background-color: #46c9f5;	
	background-image: url(/file?fle=15609);
	background-position: center;
	background-repeat: no-repeat;
}
.yout{
	background-color: #eb222a;
	background-image: url(/file?fle=15614);
	background-position: center;
	background-repeat: no-repeat;	
}
.face:hover, .twit:hover, .yout:hover{
	background-color: #4b4980;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.V-spons{
	float: right;
	width: 40%;	
	margin-right: 30px;
}
.V-menu{
	float: left;
	width: 40%;	
	border-left: 1px dotted #06cae6;
	border-right: 1px dotted #06cae6;
	margin-left: 40px;
}
.V-menu ul{
	margin-top: 0px;
	margin-bottom: 0px;	
}
.V-menu ul li{
	margin-bottom: 3px;
	list-style-image:url(/file?fle=15595);
		
}
.V-menu ul li a{
	color: black;
	text-decoration: none;
}
.V-menu ul li a:hover{
	color: #06cae6;
	text-decoration: none;
}

}
.search_in input.search_txt {
    width: 140px;
}

