@charset utf-8;
* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    border: 0;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;!important
    text-size-adjust: none;
    
   	}
	
.ccm-notification-help-launcher {display: none;}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    
    font-feature-settings: 'liga';
}
a:focus {
    outline: none;
    text-decoration: none
}
a {
    color: #990000;
    text-decoration: none;}
    


html {
    overflow-y: scroll;
    overflow-x: hidden;
        
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    xbackground:url(schneelandschaft.png) no-repeat center;
    xbackground-position: bottom;
}
strong,
b {
    font-weight: 400;
}


#head {background: linear-gradient(90deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);}

h1, h1 i {padding: 0 10px;line-height: 1.2;font-weight: 600;}




h2, h2 i {padding: 10px;line-height: 1.2;}


h3, h3 i {font-weight: 400; margin: 25px 0px 5px 0px;display: block; border-bottom: 3px double #999;}

h4 {font-size:14px;font-weight: 400;}



h5 {font-size:12px; text-align: right; padding-top: 5px;padding-bottom: 0px;}
h6 {font-size:12px; color:white; text-align: right; padding-bottom: 10px;}






.fs_xs {
	font-size: 12px;
    padding: 0;
}

.fs_s {
	font-size: 14px;
    padding: 0;
}
.fs_m {
	font-size: 16px;
    padding: 0px;
    }
.fs_l {
	font-size: 18px;
    padding: 0;
}
.fs_xl {
	font-size: 22px;
    padding: 0px;
    }
	

.item-empty {
  visibility: hidden;
    height: 2px!important;
}

.online {position: absolute;
z-index: 2000;
top: 10px;
left: 10px;
transform: rotate(-15deg);
    
    
}
	

#wrapper {
    position: relative;
    margin: auto;
    margin-top: 00px;
    width: 98%;
    max-width: 1000px;
    min-height: 100%;
    height: auto !important;
	
}



#top-container {
    height: 10px;
    
}



#brand {
    
    
    
    
    background:url(advent.gif) no-repeat center center;
    background:url(dtk_logo_web.png) no-repeat center center;
    width:100%;
    background-size:contain;
    position:relative;
    padding-bottom:8%;
    margin-bottom: 20px;
    }



#title_thumb{position: absolute;
	width: 100%;
	padding-top: -100%;
    
    
}

#title_thumb:before {
	content: "";
	display: block;
	padding-top: 25%!important
}



#title_thumb img {
    position: absolute;
	width: auto;
	height: auto;
	max-height: 100%;
	top: 0px;
	left: 3%;
	right: 0;
	bottom: 0px;
    transform: rotate(5deg);
        -webkit-box-shadow: 10px 0px 10px #555;
    -moz-box-shadow: 10px 0px 10px #555;
    box-shadow: 10px 0px 10px #555; 
}


#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: -100%;
	-webkit-box-shadow: 0 5px 5px -5px black;
	-moz-box-shadow: 0 5px 5px -5px black;
	box-shadow: 0 5px 5px -5px black;
	margin-bottom: 20px;
	z-index: -25;
}
#slider:before {
	content: "";
	display: block;
	padding-top: 25%
}
#slider img {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0px;
	margin:auto;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    filter: grayscale(90%);
	
}
 @keyframes kenburns {
 0% {transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
 
}
 50% {
 transform: scale3d(2, 2, 2) translate3d(0px, 0px, 0px);
 
}
     
100% {transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
 
}
}
 
#slider img{
	animation: kenburns 100s infinite;
}



#slider-thema {
    font-family: times new roman;
        position: absolute;
        right: 0px;
        bottom: 20px;
    width: auto;
    height: auto;
        line-height: auto;
        background: rgba(255, 255, 255, .8);
        text-transform: uppercase;
        font-weight: 0;
    font-size: 18px;
        text-align: right;
        padding: 0px 10px 0 10px;
        z-index: 99999;
    letter-spacing: 1px;
}

@-moz-document url-prefix() {
   #slider-thema {
        padding: 0px 10px 2px 10px;
    }
}

@keyframes thema {
 0% {transform: translateX(800px);
 
}
 
     
     100% {transform: translateX(0px);;
 
}
}

#slider-thema{
	animation: thema 0.5s infinite;
    animation-iteration-count: 1;
}









#nav {
    height: 30px;
    position: relative;
    font-weight: 400;
    color: #fff;
	width: 100%;
    margin-bottom: 20px;
    z-index: 1000;
     
	
	

-webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    word-wrap: none;
    word-wrap: none;

}


#search {
    position: relative;
    float: right;
    width: 250px;
    height: auto;
}






#content {
    position: relative;
    height: auto;
	width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
   float: left;
    z-index: 1;
  
	
}
#text {
   
    height: auto;
    min-height: 100px;
    width: 100%;
    padding: 0 10px ;
	float: left;
	 -webkit-text-size-adjust: none;	
	-webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
    word-wrap: break-word;

	
}


#text p {
	font-weight: 300;
    line-height: 1.5;
    margin: 10px 0;
    line-height: 1.5;
	
	}


	#text p i {} 

#text p b {
    line-height: 1.5;
    font-weight: 600
}
#text ul, #text ol {
    padding-left: 10px;
    margin: 8px 0;
}
#text ul li, .panel ul li, .panel ol li,
#text ol li {
    line-height: 1.5;
    font-weight: 300;
    padding-left: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
	
}


.panel hr {
    border: 0;
	margin-bottom: 5px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.panel ul, .panel ol {
    padding-left: 10px;
    margin: 16px 0;
}









#text ul .panel ul{
    list-style-type: circle;
}

#service {
    float: right;
    width: 30%;
    min-height: 200px;
    height: auto;
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 1px solid #999;
    margin-bottom: 10px;
    padding: 3px 5px 10px 10px;
    background: rgb(255,255,255);
xbackground: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    display:table;
}

#service img {
   height: auto;
    max-height: 250px;
    width: auto;
    max-width: 100%;
    }
	

#service_img_capture {
    height: auto; 
	width: 100%;
    position: relative;
	float: left; 
	overflow: hidden;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1;
	padding-bottom: 3px;
	margin-bottom: 10px;
}









.back {width: 100%; height: 30px; background: #eaeaea ; line-height: 30px;text-align: center; margin-bottom: 10px;}

.back:hover {color:#f6f7f9 ;background: #c2c2c2;}


.imp {width: 100%; height: 30px; background: #c0c8d3 ; line-height: 30px;text-align: center;margin-bottom: 10px;}

.clear {
    clear: both
}












#footer {
	position:relative;
    border-top: 1px solid #999;
}
#footer,
#footer a,
#footer b {
    margin: 10px 0 ;
    line-height: 1.5;
    float: both;
    font-size: 12px;
    color: #333
}

.tabelle {width: 100%; max-width: auto; padding: 0px; border: 1px #999 solid;  margin: 0 0 0 0px; border-spacing: 0px;}
.tabelle td {border: 0px dotted grey; width: auto; padding: 5px  ; text-align: center;}

.tabelle .corner {border: 0px dotted grey; width: auto; min-width: 100px; padding: 5px; text-align: center;}
.tabelle .col1 {border: 0px dotted grey; width: auto; padding: 5px; text-align: right;}

.tabelle tr:nth-child(even){background-color: #c2c2c2;}
.tabelle tr:nth-child(odd){background-color: #eaeaea;}







.scrollicon{
display: block;
text-align: center;
text-decoration:none;

width:50px;
height:50px;
border-radius:50%;

background: #333;
opacity:0.5;

position:fixed;
bottom:15px;
right:calc(10% - 25px);
display:none;
border:1px solid #3a5675;
z-index:2;

}
.scrollicon div{
display: block;
font-weight:bold;
font-size:28px;
color:#fff;
padding-top:7px;
}





#service .file{margin-bottom: 10px;margin-top: 10px;width: 100%; height: auto; min-height: 40px;float: left; padding: 5px 0; border-top: 1px solid #c2c2c2; border-bottom: 1px solid #c2c2c2;}
#service a .file:hover{background: #c2c2c2;}
#service .filetype {width: 30px; height: 30px; overflow: hidden; float:left; margin-right: 10px;margin-top:5px;}
#service .filetype img {position: relative; max-width: 90px;	max-height: 90px;}
#service button:hover {cursor: pointer;}


#skip {padding: 0 10px;
height: auto;}





#login form {
        width: calc(50% - 10px);
        margin: 10px 5px 30px 5px;
        padding: 10px;
        position: relative;
        float: left;
        border: 1px solid #3a5675;
        float: left;
}
#login input, #login button {
        width: 100%;
        margin-bottom: 10px;
        height: 30px;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #3a5675;
        background: #f6f7f9;
        position: relative;
}
#login button {
        padding: 0
}
#login button:hover {
        background: #c2c2c2;
}


#ccm-account-menu {display: none;!important}



@media screen and (max-width: 999px) {
   
    
    
     #slider-thema {
   
    font-size: 2vw;
        
}
   
	
.fs_xs {
	font-size: 10px;
    padding: 0;
}	
.fs_s {
	font-size: 12px;
    padding: 0;
}
.fs_m {
	font-size: 14px;
    padding: 0px;
    }
.fs_l {
	font-size: 16px;
    padding: 0;
}
.fs_xl {
	font-size: 18px;
    padding: 0px;
    }
   
   
   
   
    .header {
        height: 70px;
    }
    .haupttitel {
        font-size: 13px;
    }
    .subtitel {
        font-size: 11px;
    }
    .brand {
        height: 70px;
        width: 77px;
    }
	
	
	#search {display: block;
    position: relative;
    float: right;
    width: 150px;
height: auto;
}
	
	
}




@media screen and (max-width: 700px) {
    
	.ccm-settings-summoner {
    position: fixed;
    bottom: 15px;
    left: 0px;
    width: 48px;
    height: 48px;
    pointer-events: none;
		opacity: 0.5;
}
	
	
.fs_xs {
	font-size: 10px;
    padding: 0;
}
.fs_s {
	font-size: 12px;
    padding: 0 0 5px 0;
}
.fs_m {
	font-size: 16px;
    padding: 0px;
    }
.fs_l {
	font-size: 18px;
    padding: 0;
}
.fs_xl {
	font-size: 20px;
    padding: 0px;
    }
	

	
	
	#top-container {
        height: 0px;
    }
    #wrapper {
        width: 100%;
    }
   
    
    #brand {
        display: block;
        height: 60px;
        margin-bottom: 0px;
        background:url(dtk_logo_web.png) no-repeat center center;
        background-size: 150% auto;
        margin-bottom: 10px;
        
    }
    
    #slider {display: none;}
    #title_thumb {display: none;}
    
    #nav {
    display:inline-block;
    height: 40px;
    position: absolute;
    font-weight: 400;
    color: #fff;
	width: 100%;
    margin-top: 0px;
    background: red;
    }
    
    #search {display: none;
}
    
    
    
    
    #content {
        position: relative;
        margin-top: 50px;
        padding: 0px;
    }
    
    
    #more {
        position: relative;
        margin-top: 0px;
        padding: 0 10px;
    }
	
	#service {
    float: both;
    width: 100%;
    display: block;
    min-height: 200px;
    height: auto;
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 0px solid #999;
    margin-bottom: 10px;
    padding: 10px 5px 10px 10px;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
}
#service img {
   height: auto;
    max-height: 250px;
    width: auto;
    max-width: 100%;
    padding: 0px;
    }
	

#service_img_capture {
    height: auto; 
	width: 100%;
    position: relative;
	float: left; 
	overflow: hidden;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

    
	
	
#footer,
#footer a,
#footer b {
 
    font-size: 9px;
  
}
    
    button.file {background: #eaeaea;}
   


.scrollicon{

right:10px;

}
    
    
 .item-empty {
  
     display: none;visibility: visible;
    height: 1px!important;
}
    
 #login form {width: 100%; margin: 10px 0px 30px 0px;}   
    
	
}





