/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@font-face{
font-family:"Avant";
src:url("../../files/thkm/theme/font/28fe8312-61c6-495a-99a7-7076964d3a0a.eot?#iefix") format("eot"),
url("../../files/thkm/theme/font/f4935529-9256-45ed-b492-68175b05634e.woff2") format("woff2"),
url("../../files/thkm/theme/font/536ca58d-8cc1-420d-a857-f0129065d22e.woff") format("woff"),
url("../../files/thkm/theme/font/a1d76b37-6e92-4b0a-9827-fc436b674a2b.ttf") format("truetype");
}
body * {
    box-sizing: border-box;
}
a {
    color:#000;
    text-decoration: none;
}
a:hover {
    color:#BED3E6;
}
html {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e3e9+4,bed3e6+100 */
background: #e8e3e9; /* Old browsers */
background: -moz-linear-gradient(top, #e8e3e9 4%, #bed3e6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e8e3e9 4%,#bed3e6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e8e3e9 4%,#bed3e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e3e9', endColorstr='#bed3e6',GradientType=0 ); /* IE6-9 */
min-height: 100%;
font-family: "Avant",sans-serif;
color:#000;
}
#wrapper {
    margin: 0 auto;
    width: 600px;
}

header img {
    height: 82px;
    margin-right:10px;
}

header .rechts {
    float:right;
    width:50%;
    background: #DADDE2;
    padding: 35px 0;
    text-align: right;
    border-right:5px solid #fff;
    border-top:5px solid #fff;
    border-left: 2.5px solid #fff;

}
header {
    background: #F1F2F4;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.42);
}
header .links {
    background: #F1F2F4;
    float:left;
    width:50%;
    padding:10px;
    border-right: 2.5px solid #fff;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
}
#main {
    text-align: center;
    margin:30px 0px;
    padding: 20px 0px;
}

#main img {
    max-width: 100%;
}
p {
    margin-top:0px;
}

header {
    overflow: hidden;
}
header {
   border-bottom: 5px solid #fff;
}

.verband {
    opacity:0.5;
}
footer {
    text-align: center;
    background: #F1F2F4;
    border: 5px solid #fff;
    padding:20px 0px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.42);
}
footer p {
    margin-bottom: 0px;
}
