/* fonts */
@font-face {
    font-family: 'Sinkin Sans 700';
    src: url('../font/SinkinSans-700Bold.woff2') format('woff2'),
        url('../font/SinkinSans-700Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sinkin Sans 300';
    src: url('../font/SinkinSans-300LightItalic.woff2') format('woff2'),
        url('../font/SinkinSans-300LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Sinkin Sans 300';
    src: url('../font/SinkinSans-300Light.woff2') format('woff2'),
        url('../font/SinkinSans-300Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sinkin Sans 700';
    src: url('../font/SinkinSans-700BoldItalic.woff2') format('woff2'),
        url('../font/SinkinSans-700BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}



/*globals*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	
}
body{
    font-family:'Sinkin Sans 300',sans-serif;
	overflow:hidden;
	background-color: #193f86;

}

h1, h2, h3, h4, h5, h6{
	font-family:'Sinkin Sans 700',sans-serif;
	font-weight:normal;
	color:#909090;
	word-wrap: break-word;
}

p	{color: #090909}

h1	{font-size:2rem;}
h2	{font-size:1.6rem;}
h3	{font-size:1.4rem;}
h4	{font-size:1.2rem; color: #193f86; font-weight:bold;} /*dunkelblau*/
h5	{font-size:1.0rem;}

ul{list-style: none;}

header {
  position:relative;
  width: 100%;
  z-index:5;   
}

.logo{ display: none;}
/*header*/

.header a{
    text-decoration: none;
    /*color: #ffffff;*/
    font-size: 2rem;

}
.header img{
    width: clamp(40px, 20vw, 100px);
    background: #ffffff;
    display: none;
}



/*Background-Video*/
 video {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}


/*Background-Video Overlay*/
.texture{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url('../img/texture.png');
}


/*hero-section*/
.hero-section{

background-color: #193f86 /*#dfdbe5;*/
}

.hero-section img{
    width: clamp(100px, 20vw, 200px);
    transform: scaleX(1); /*svg-img scaling - e.g. turn 180deg vertically (-1)*/
}

.hero-col{
    position: relative;
    z-index: 1;

}

/*--------------------contentbox styling---------------------*/
.contentbox{
	display:flex;
	flex-wrap: wrap;
	width: 85%;

}
.contentbox ul{}
.contentbox li {
    width: 45%;
    margin:10px;
    padding:5px;
    border: 1px solid #fff;
    height: 35vh;
}
.contentbox h1{
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 400;
    line-height: 2vw;
    color: #afa43d;

    text-transform: uppercase;
}


.ore p, .uli p, .ure p{
    font-size: clamp(10px, 1vw, 16px);
    color: #fff;
}

.ore p a, .uli p a, .ure p a, .ore p a:hover, .uli p a:hover, .ure p a:hover{
    color: #fff;
	text-decoration: none;
}


.oli {
        border-radius: 60px 0 0 0;  
        position:relative; 		
	background: url("https://deutscher-verkehrsgerichtstag.de/templates/dvgt-start/img/logo_trans.png") no-repeat center;
	background-color: #fff;
	background-size: contain;
    }
    
.oli img{
	position: absolute;
	width:98%;
	height:98%;
}
.ure {
        border-radius: 0 0 60px 0;  
		
    }
	
	
.ore, .uli, .ure {display: flex; flex-wrap: wrap; justify-content: center;  align-items: center; overflow: auto; }
.ore p, .uli p, .ure p {width: 100%; text-align: center;}


.ore h1, .uli h1, .ure h1,
.ore h2, .uli h2, .ure h2,
.ore h3, .uli h3, .ure h3,
.ore h4, .uli h4, .ure h4,
.ore h5, .uli h5, .ure h5,
.ore h6, .uli h6, .ure h6 {color: #b0a66b;text-align: center;}

.ore a, .uli a, .ure a{color:#b0a66b; text-decoration: none;}

.ore:hover, .uli:hover, .ure:hover{background-color:rgba( 25, 63, 134, 0.6);}

.link{
	cursor: pointer;
	width: 100%;
		height: auto;
	}

.link:hover::after{
	content: ">>";
	position: absolute;
	border-left: 9vw solid transparent;
	color: #b0a66b;
	margin-left: 10.5vw;
	font-size: 140%;
	font-weight: bold;
}

/** Timer**/
#timer {  
  font-size: calc(12px + (38 - 12) * ((100vw - 320px) / (1600 - 320)));
  color: #fff;
}

#timer div {
	    display: inline-block;
	    min-width: 40px;
		text-align: center;
	margin: 5px;
	border-radius: 5px;
	background: #666;
} 
#timer span {
      display: block;
      font-size: 30%;
      font-weight: 400;
	Text-shadow: 0 0 20px #888;
    }



.columns {
  display: table;
  width: 90%;
  margin:0 auto;
}


.footer{ 
clear:both;
background: #0074d9;
margin: 0;
padding: 5% 0;
text-align: center;}

/** Für kleine Auflösung **/
@media (min-width:900px) {
  .c20,.c25,.c33,.c50,.c66,.c75,.c80 {
    padding: 1.5em;
    display: table-cell;
    vertical-align: top;
  }
  .c20 { width: 19.9%; }
  .c25 { width: 24.9%; }
  .c33 { width: 33.0%; }
  .c50 { width: 49.9%; }
  .c66 { width: 66.6%; }
  .c75 { width: 74.9%; }
  .c80 { width: 79.9%; }
  .c100 { width: 99.9%; }
  
  .hero-col{ 
		/*! margin: 0 0 0 2vw; */
		float: left;
		width: 60%;
}
.s_sm_container{
	position:relative;
	z-index:1;
	width: 40%;
	float: right;
	right: 4%;
}
.sm_container{
	/*! color:#fff; */
	position: absolute;
	top:20px;
	right:2.5vw;
	/*! width: 20vw; */
	/*! padding-right: 5%; */
}
.search_sd{
	padding-top: 0.8rem;
}


}
@media (max-width:900px) {
		

  .c20,.c25,.c33,.c50,.c66,.c75,.c80 {
    padding: 20px;
    display: table;
    vertical-align: top;
	width: 100%; }
	.col,.c20 img{display: none}
	
	.contentbox{	width: 100%;}
	
	
 
    .hero-col li {
		width: 100%;
		height: 17vh;
		line-height: 2.5vh;
	}
	
    .contentbox h1{
        font-size: clamp(20px, 2.5vw, 30px);
        font-weight: 400;
        line-height: 4vw;
    }
    .contentbox p{
        font-family: Titillium, sans-serif;
        font-size: clamp(14px, 2vw, 30px);
    }
    .hero-col{
        margin:3rem auto 0;
	}
	
	.section{min-height: 150px;}
	
	.s_sm_container{
	position:absolute;
	top: 0;
	right: 15%;
	z-index:5;
	}
	.sidenav li a{
		padding: 0 5px!important;
		font-size: 1rem!important;
	}

	.search_sd{display: none; border:none;}

.link:hover::after{display: none}
}

/****************************************************
 buttons
 ****************************************************/
.button {
  display: inline-block;
  border-radius: 20px 0 0 0;
  background-color: transparent;
  color:#fff!important;
  border: 1px solid #fff;
  font-size: .8rem;
  text-align: center;
  padding: 3px 10px;
  width: auto;
  min-width: 35%;
  transition: all 1s;
  cursor: pointer;
  margin: 5px;
}

.button:hover{
    background: #fff;
    opacity: 1;
}
.button a{
	color:#fff;
    }
	
	button a:hover{
	color:#000;
    }
	
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;

}

.button span:after{
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 1em;
  color:#f00;
  transition: 0.5s;

}

.button:hover span {
  padding-right: 1rem;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
