/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*ergänzt und überschrieben durch nachfolgenden eigenen Code*/

/*html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}*/


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */


fieldset {
    /*border: 0;
    margin: 0;
    padding: 0;
    */
   /*border: 0.125rem solid rgb(90,50,180);*/
   border:none !important;
   /*margin: 0 0 1.125rem 0;*/
   /*padding: 1.25rem;*/
   margin: 0 !important;
   padding: 1.25rem !important;
   width: 100%; /*auto;*/ /*100%;*/
   height:auto;
}


/*
 * Allow only vertical resizing of textareas.
 */

/*
textarea {
    resize: vertical;
}
*/

/* ==========================================================================
   Browse Happy prompt and JS_Warning
   ========================================================================== */

.browsehappy {
    margin:0 0 0 0; /*0.2em 0;*/
    background: red;
    color: #000;
    padding:0.6em 0; /* 0.2em 0; */
    /*display:none;*/
}

#browseh {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: yellow;
    clear:both;
    text-align:center;
    /*display:none;*/
}

.JSwarning {
    width: 100%;
    height:auto;
    background-color:#EEEEEE;
    color:#C60F13;
    text-align:center;
}



/* ==========================================================================
   Author's custom styles - meine CSS-Einstellungen 01.14
   ========================================================================== */
html {
    width:100%;
    font-size: 100%;
    /*font-size: 1em;*/  /*durch vorherige eigene Einstellungen überschrieben*/
    font-family: Arial, Helvetica, sans-serif !important; 
    color: #222;
    line-height: 1.4;
    background-color: white;  /*#EEEEEE;*/ 
}

body {
    margin:0;
    padding:0;
    font-size: 100%;  /* 100% = 16px */
    /*font-size: 93.75%;*/   /* 93.75% = 15px */
    font-family: Arial, Helvetica, sans-serif !important; 
}

header {
    margin:0;
    padding:0;
}

header > h1 {
    margin: 0 !important;
    
}

h1 {
    font-size: 32px;    
    font-size: 2.0rem;  /*rem statt em*/
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

h3 {
    font-size: 18px;
    font-size: 1.3125rem;
}

p {
   hyphens: auto;   /*automatische Silbentrennung*/
   font-size: 16px;
   font-size: 1.0rem;
}

.pageWrapper {
    position: relative;
    left:0;
    top:0;
    right:0;
    /*transition: transform 0.25s ease-in-out 0s;*/ 
    background-color:white ; /*#EEEEEE;*/
    max-width: 1080px; /*1296px;*/  /*1080px;*/  /* width: 90%; */ 
    margin: 0 auto 0;
    padding:0;
}




/*Erweiterungen für UC-Layer*/
#mask {
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(255,255,255,0.0);
    z-index: 2000;
    left:0;
    top:0;
    right:0;
    margin: 0 auto 0;
    padding:0;
}
.overlay {
    position: absolute;
    width: 96%;
    height:3.1rem;
    /*background-color: rgba(90,50,180,0.0);*/
    /*opacity: 0.0;*/
    z-index: 3000;
    top:1.35rem;
    left: 1.3rem;
    margin: 0 auto 0;
    padding:0;
    /*max-width: 1080px !important;*/
    box-shadow: 0 0 0 3.5vh rgba(90,50,180, 1.0);
}

.overlay2 {
    position: absolute;
    background-color: rgba(255,255,0,0.5);
    width: 100%;
    height: 15%;
    top:32%;
}

#ucText {
    position: absolute;
    /*color:white;*/
    /*height:100%;*/
    /*width:50%;*/
    right: 4.0rem;
    /*top:0.9rem;*/
    text-align: right !important;
    /*padding-right: 3.0rem !important;*/
    padding-top: 1.0rem !important;
    /*margin-top: 0.25rem !important;*/
    /*overflow:hidden;*/
    /*animation-duration: 3s;*/
    /*animation-name: runText;*/
    /*animation: runText 15s linear infinite;*/
    animation: colorRotate 5s linear 2s infinite
    /*max-width: 1080px;*/
}

@keyframes runText {
        0% {text-indent: 100%}
        100% {text-indent: -100%}
}

@keyframes colorRotate {
    from  { color: rgba(255, 255, 255, 1.0); }
    16.6% { color: rgba(255, 255, 255, 0.5); }
    33.3% { color: rgba(  255, 255, 255, 0.25); }
    50%   { color: rgba(90, 50, 180, 0.25); }
    66.6% { color: rgba(90, 50, 180, 0.5); }
    83.3% { color: rgba(90, 50, 180, 0.75); }
    to    { color: rgba(90, 50, 180, 1.0); }
}


.bb, .bb::before, .bb::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bb {


    /*width: 200px;
    height: 200px;*/
    width:100%;
    height:100%;
    background-color: rgba(255,255,255,0.0);
    margin: 0 auto 0;
    /*background: url("//blog.codepen.io/wp-content/uploads/2012/06/Button-White-Large.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1);*/
    /*color: #69ca62;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);*/
    color: rgba(90,50,180,1.0);
    /*box-shadow: inset 0 0 0 2vh rgba(135, 135, 135, 1.0);*/
    background-color: rgba(135,135,135,0.2);
    z-index: 1001;
}
.bb::before, .bb::after {
    content: '';
    /*z-index: -1;*/
    margin: -2%;
    box-shadow: inset 2vh -0.25vh 0 3.5vh;
    animation: clipMe 11s linear infinite;
}
.bb::before {
    animation-delay: -4s;
}
.bb:hover::after, .bb:hover::before {
    background-color: rgba(255, 0, 0, 0.3);
}

@keyframes clipMe {
    0%, 100% {
        /*clip: rect(0px, 220px, 2px, 0px);*/
        clip: rect(0vh, 200vh, 0vh, 0vh);
    }
    25% {
        /*clip: rect(0px, 2px, 220px, 0px);*/
        clip: rect(0vh, 0vh, 0vh, 0vh);
    }
    50% {
        /*clip: rect(218px, 220px, 220px, 0px);*/
        clip: rect(0vh, 0vh, 50vh, 0vh);
    }
    75% {
        /*clip: rect(0px, 220px, 220px, 218px);*/
        clip: rect(0vh, 0vh, 0vh, 0vh);
    }
}


/*
html,
body {
    height: 100%;
}

body {
    position: relative;
    background-color: #0f222b;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
*/



/*
@import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #5CA4EA;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
}


.container {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.center {
    width: 180px;
    height: 60px;
    position: absolute;
}

.btn {
    width: 180px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.btn:hover {
    transition: 1s ease-in-out;
    background: #4F95DA;
}

.btn:hover svg {
    stroke-dashoffset: -480;
}

.btn span {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

*/




/*Ende der Erweiterungen für UC-Layer*/



.headerWrapper {
    position: relative;
    height: 6.0rem; /*92px;*/
    /*box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.2) inset;*/
    background: url(../img/backgr3u.png) repeat;
    box-shadow:2px 0 5px rgba(0,0,0,0.5);
    /*padding: 2.25em 0;*/
    /*background-color:#008000;*/
    
}

.dsheaderWrapper, .dsfooterWrapper {position: relative; height: 3.0rem; background: url(../img/backgr3u.png) repeat;}


.mainWrapper {
    max-width: 1080px; /*1296px;*/  /*1080px;*/  /* width: 90%; */ 
    margin: 0 auto 0;
    padding:0;
    padding-top:2.5rem;
    background-color:white;  /* #EEEEEE;*/
    height:auto; /*600px;*/  
}

.footerWrapper {
    height:3.0rem;/*92px;*/
    background: url(../img/backgr3u.png) repeat;
    box-shadow:2px 0 5px rgba(0,0,0,0.5);
    position: relative;
    bottom:0;
     
    /*box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.2) inset;*/
    /*background-image: url(/img/backgr2u.png);*/   
}

/*.dsfooterWrapper {bottom:0;}*/


/*
#browseh, .browsehappy {
    display:none;
}
*/

nav {
    margin-top: 1.5em;
}

nav, .wnav, .snav, .snavli {z-index: 1000;}

/*
.top-bar-section.has-dropdown.moved.dropdown {background-color:red !important; z-index: 1000 !important;}
.li.title.back.js-generated {background-color:green !important; z-index: 1000 !important;}
*/

.snav {display:none;}


.top-bar-section ul li:hover {
    /*background-color:rgb(90, 50, 180);*/ /*#640082;*/ /*#B496F0;*/
}


.top-bar-section ul li a:hover, .top-bar-section ul li ul li a:hover {
    /*background-color:#B496F0 !important;
    background-color:#5A0FC8 !important;
    /*background-color:#7756C8 !important;
    background-color:#7500FF !important;*/
    background-color:rgb(90, 50, 180) !important;
    /*background-color:rgb(94, 59, 182) !important;
    background-color:rgb(109, 0, 94) !important;
    background-color:#482384 !important;
    background-color:#2800FF !important;
    background-color:#0024FF !important;*/
}

.top-bar-section ul li a, .top-bar-sectionul li ul li a {
    font-size:0.9rem !important;
}

#seek {
    padding: 0;
    margin: 0;
    max-height:1.85rem; 
}

#seekButton, .button {
    background-color:rgb(90, 50, 180) !important;
}

#seekButton:hover, .button:hover {
    background-color:rgb(140, 100, 230) !important;
}

.banner {
    position:relative;
    top: -1.0rem;
}

.bannerButton {
    float: right;
    position: relative;
    top: -4.6rem;
    right: 1.0rem;
    font-size: 1.0rem !important;
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.8rem 1.0rem 0.8rem !important;
}

.bannerButton2 {
    float: right;/
    position: relative;
    top: -4.0rem;
    right: 1.0rem;
    font-size: 1.0rem !important;
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.8rem 1.0rem 0.8rem !important;
    /*z-index: 900 !important;*/
}
#bannerSlogan {
    float: left;
    position: relative;
    top: -4.0rem;
    left: 1.0rem;
}

.colkorr {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top:-3.0rem !important;
    height:auto !important;
}

.cwrap {
    height:auto; 
}

.col {
    height:auto !important;
    background-color:#EEEEEE;
    background:#EEEEEE;box-shadow:2px 0 5px rgba(0,0,0,0.5);
    /*padding-right:0.25rem;
    padding-left:0.25rem;*/
   
}

.col1 {
    height:auto !important;
    
}


#col1 {
    background: url(../img/kompass.jpg) repeat !important;
    /*background-color:yellow;*/
    /*width:300px;
    height:256px;*/
    
}


.tt {
  height:auto !important; /*6.0rem;*/
  min-height:6.50rem;
  padding-right:0.25rem;
  padding-left:0.25rem;
}

#content_wrap {
    margin-top:3.0rem;
    margin-bottom:1.5rem;
    /*padding-left: 0.9375rem;
    padding-right:0.9375rem;*/ 
}

#row1 {margin-top:7.0rem;}


.test1 {
    display:none;
}


.hbutt, .ui-button, .ui-tabs-nav .ui-state-active, .ui-tabs-active {
    border: 0 none !important;
    /*font-size:1.0rem !important;*/
    /*word-wrap: break-word;*/
    /*width: 100px; only for IE8 */
    /*max-width: 100% !important;*/
}

.hbutt:active, .ui-state-active, .ui-tabs-active {
    background:rgb(90, 50, 180) !important;
}


.ui-state-hover, .ui-state-focus {
    background:rgb(90, 50, 180) !important;
    border:0 none !important;
}

.ui-state-default, .ui-state-active, .ui-tabs-active, .ui-state-focus, .ui-corner-top {
    border: 0 none !important;
}

.ui-tabs-panel, .ui-widget-content {
    background:white !important;
    border: 0 none !important;
    /*font-size: 1.0rem !important;*/
    color:#000000 !important;
    padding-left:0 !important;
    padding-right:0 !important;
}


.ui-widget-content p {
    font-size:1.0rem !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight:normal !important;
    font-style:normal !important;
    
}

.point li {
    /*list-style-image: url(../img/mark.png);*/
   list-style-type:square;
   color:rgb(90,50,180);
   padding-top: 0 !important;
   margin-bottom: 0 !important;
   /*line-height:2.0rem !important;*/   
}

.point li p {
    color:black !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    /*line-height:2.0rem !important;*/
    
}

.tbs {
    margin-bottom:0 !important;
    /*line-height:1.0 !important;*/
}

.tbs span, .span {
    font-weight:bold !important;
}

/*
#tabs ul li a, #tabs2 ul li a {
font-size: 1.125rem;
}
*/
.ui-tabs-nav li a {
    font-size: 1.125rem;
}

/*.ui-tabs, .ui-tabs-nav, .ui-widget-header, .ui-state-default {*/
.ui-tabs, .ui-tabs-nav {
    /*width:50% !important;*/
    /*overflow:auto !important;*/   
    padding:0 !important;
    /*height:auto !important;
    max-height:2.8rem; !important;
    list-style-position: inside !important;*/
}

.ui-tabs li, .ui-tabs-nav li {
    /*margin-top:0 !important;
    margin-right:5px !important;*/
    /*width:auto;
    min-width: 20% !important;*/
    /*top:0 !important;
    padding-top:0 !important;
    margin-top: 0 !important;
    list-style-position: inside !important;*/
}

.backButton, .btn2, .closeButton {
    float: right;
    /*position: relative;
    top: -4.6rem;
    right: 1.0rem;*/
    font-size: 1.0rem !important;
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.4rem 0.4rem 0.4rem !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left:0.5rem !important;
}

#cb11 {
    /*margin-top:-3.750rem !important;*/
   margin-top:1.25rem !important;
}

#cb12 {
    /*margin-top: -1.0rem !important;*/
    position:relative;
    top:2.40rem; 
    margin-bottom: 5.0rem !important;
    height:auto;
}


.btn2 {
    
}

.a1 {
  color:rgb(90, 50, 180) !important;  
}

.a1:hover {
    color: rgb(140, 100, 230) !important;
}

.a2 {
    font-weight:normal;
    color:black !important;
}

.a2:hover {
     color:#C60F13 !important;
     font-weight:bold;
}

.p1 a {
    font-weight:bold;
    color:rgb(90,50,180) !important;
}

.p1 a:hover {
    color:#C60F13 !important;
}

.p2 a {
    font-weight:normal;
    color:rgb(90,50,180) !important;
}

.p2 a:hover {
    color:#C60F13 !important;
}


.hsl {
    font-weight:normal !important;
    font-style:normal !important;
    font-size:1.0rem !important;
    color:rgb(90,50,180) !important;
}

.hsl:hover {
    color:#C60F13 !important;
}

.span2 {
    font-weight:bold;
    color:rgb(90,50,180) !important;
}

.span3, .span5 {
    font-size:1.3125rem;
    font-weight:bold;
    color:rgb(90,50,180) !important;
}

.span5 a:hover {
    color:#C60F13 !important;
}

.span4 {
    font-size:2.0rem;
    font-weight:bold;
    color:rgb(90,50,180) !important;
}

.left-1 {
    position: absolute;
    left:7.0rem;
}


.usect {
    width:100%;
    height:auto;
    /*background-color:yellow;*/
    display:none;
}

.vcard {
    display:none;
}


form, .form {
    width:100%;
    height:auto;
    background: url(../img/backgr3u.png) repeat;
    /*background-color: #EEEEEE;*/
    padding: 0 !important;
    /*box-shadow:2px 0 5px rgba(0,0,0,0.5);*/
    /*margin-bottom:-1.0rem;*/
    /*margin: 0 !important;*/
    /*display:none;*/
    
   
}

form label {
    margin-bottom:0;
    color:black;
    
}

form input {
    margin-top:0;
    margin-bottom:1.0rem;
    width:100%;
}

form textarea {
    height: 10.0rem;
    resize: vertical, horizontal !important;

}


#verfinfo {  /*input[type="checkbox"] {*/
    /*position: relative !important;
    right:-10.0rem;
    top:-1.0rem;*/
    width:auto;
    position:relative;
    top:0.125rem;
    /*margin-left: 0.5rem;*/
}

.fscb {
    /*width:100%;
    border: 0.5rem solid black !important;*/
   /*background-color:yellow;*/
   padding-left:0 !important;
}   

#verfinfolabel {
    width:auto;
    /*max-height: 0.5rem;*/
}

#fscb4, #fscb5, #fscb6, #fscb7 {
    padding-right:0 !important;
    /*margin-right:0 !important;*/
    /*margin-right:-0.9375rem !important;*/
}


.btn3 {
    float: right;
    /*position: relative;
    top: -4.6rem;
    right: 1.0rem;*/
    font-size: 1.0rem !important;
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.4rem 0.4rem 0.4rem !important;
    
    /*margin-top: 1.5rem;*/
    margin-bottom: 0 !important;
    margin-left:0.5rem !important;
}

.submit {
    /*float:left;*/
    /*margin-top:-28.00rem !important;*/
}

.reset {
    /*float:right;*/
}


.legend {
   /*background: url(../img/backgr3u.png) repeat scroll 0 0;*/
   font-weight:normal;
   /*background: none repeat scroll 0 0 white;*/
   background: none repeat scroll 0 0 ;
   margin: 0 0 0 -0.1875rem;
   padding: 0 0.1875rem;
   
}

fieldset.fs {
    margin-top:0.5rem !important;
}   



.tagline {
    
}

.content_main {
    padding: 48px; 5.55555556; /* 48px 60px; */  /* 60px ./. 1080 x 100 */
    width: 55.55555556%; /* = 600px ./. 1080px x 100 = 55.5555556% */
    background-color:green;
}

.content_sub {
    padding: 48px; 5.55555556; /* 48px 60px; */  /* 60px ./. 1080 x 100 */
    width: 22.22222222%;  /* 240px ./. 1080px x 100 = 22.22222222% */
    background-color:#FF3D41;  
}

.picture {
    max-width: 100%;
    height: auto;
    float:right;
    /*margin-top:1.0rem;*/
}


/* zur Darstellung von Text-Artikeln in mehreren Spalten */
article {
    -webkit-column-count: 3;
    -webkit-column-gap: normal; /*alternativ z.B. 2em Spaltenabstand*/
    -webkit-column-rule-color: gray;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    -webkit-column-width: auto;
    column-fill: auto;
    column-gap: normal;
    column-rule: 1px solid gray;
    columns: 3 auto;   /*alternativ z.B. 2em Spaltenabstand*/
    /*column-count: 3;*/ 
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 50px;
}

embed, object, video {
    max-width: 100%;
}

.footer {
    /*padding:0 60px 0 60px;*/ /*15px 60px 1px;*/
}

.list-services {
    list-style-type: none;
}

.list-services a{
    /*font-size: 15px;
    line-height: 1.2em;*/
   text-align:left;
   color:#222222;
   
}

.list-services a:hover{
    text-align:left;
    background-color:rgb(90, 50, 180);
    color:white;
}

.fd {
    float:left;
    /*margin-right:1.0rem;*/
    margin-top: 1.1rem;
    margin-left:1.0rem;
    /*width:8.0rem;*/
}

#fb12 {width:8.0rem;}
#fb13 {width:18.0rem;}



.fd1 {
    /*position:relative;
    right: 1.0rem;
    top: 1.1rem;*/
    float:right !important;
    margin-top:1.1rem;
    margin-right:1.0rem !important;
    padding:0 !important;
}

.fd1 span {
    float:right !important;
    padding:0 !important;
}


#anredelabel, #anredelabel1 {
    width:auto;
    display:inline-block;
    margin-left:1.0rem;  
}

.anrede {
    /*display:inline;*/
    width:auto;
    position:relative;
    top:0.125rem;
}

.spanAnrede {
    font-size:0.9rem;
}


/*#messageBox {background-color:rgb(220,200,245); width:100%, height:auto; }*/
.dialog {font-size: 1.0rem !important; background-color:#EEEEEE !important; width:auto !important; height:auto !important;}
.dialog.ui-widget-content {padding-left:0.5rem !important; padding-right:0.5rem !important}  
.dialog.ui-dialog, .dialog.ui-dialog-buttonpane {padding:0 !important;}
/*button.ui-button .ui-state-default .ui-state-focus {background: url('images/ui-bg_highlight-soft_35_222222_1x100.png') repeat-x scroll 50% 50% #222;}*/
.ui-dialog .ui-dialog-titlebar {font-size:1.0rem !important; font-style:normal !important;}
.ui-dialog .ui-dialog-buttonpane {padding:0; margin:0; background-color:#EEEEEE !important;}
input.invalid {background-color: rgb(255,220,220);}
label.invalid {color:#C60F13;}
input.success {background-color:white;}
label.success {color:black;}


.ui-datepicker-header, .ui-datepicker-title, .ui-datepicker-month, .ui-datepicker-year {
    font-size:1.0rem; !important;
    font-weight:normal !important;
    font-style:normal !important;
    font-family: Arial,Helvetica,sans-serif !important;
    /*background-color: yellow !important;*/
    /*color:green !important;*/
    padding:0 !important;
    /*margin: 0 !important;*/
    height: auto !important;
  
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width:67em){
   .ui-widget-header li a {font-size:0.8750rem !important;}/*0.9375rem*/
   .sdiv {font-size:20px; font-size:1.25rem;}
}

@media only screen and (max-width:62.35em){
  .tt {min-height:8.00rem;}
  #digiface {width:50%; height:100%; }
  #hd {margin-left:-3.0rem;}
  .sdiv5, .sdiv1 {width:60%;}
}

@media only screen and (max-width:58em){
   #fscb8, #fscb5, #fscb7 {width:45%;}
   #fscb5 {float:right; margin-right:0; padding:right:0; text-align:right;}
   .ui-multiselect-checkboxes label {font-size:0.6875rem !important;}
   /*.ui-multiselect-checkboxes label {font-size:0.75rem !important;}*/
}

@media only screen and (max-width:54em){
.footerWrapper {height:5.0rem;}
   #fdS {position:absolute; top:1.5rem; right:1.0rem; }
   /*.fd1 {position:absolute; top:2.5rem; left:5.0rem;}*/
   /*.fd, .fd1 {margin-left:0.25rem !important;}*/
}

@media only screen and (max-width:53em){
   .ui-accordion-header {font-size:0.9375rem !important;}
   #kabel {width:50%; height:100%;}
   #hd {margin-left:-5.0rem; }
   #hd2 {/*width:70%; height:70%;*/ float:right; height:auto; max-width:70%;}
   /*#hand {width:40%; margin-top:5.0rem;}
   .sdiv6 {width:70%;}*/
   /*.sdiv1, .sdiv4 {width:60%;}*/
}

@media only screen and (max-width:52em){
   .tt {min-height:10.0rem;}
}   



@media only screen and (max-width:49em){
   #hand {width:40%; margin-top:5.0rem;}
   .sdiv6, .sdiv1 {width:70%;}
   #kabel{width:40%;}
   #digiface {width:40%;}
}   

@media only screen and (max-width:44.063em){    
    div.slick-slider, .slick-slider, .responsive, #bb12 {display:none !important;}
    fieldset , fieldset.fs, .fs {float:left !important; }
     .wnav {display:none;}
    .snav {display:block;}
    /*nav.top-bar, .snav {margin-bottom:3.0rem; height:auto; max-height: 9.950rem;}*/
   /*.top-bar-section.has-dropdown.moved > .dropdown {background-color:yellow !important; min-height:9.950rem;}*/
    nav.top-bar, .snav {margin-bottom:3.0rem; height:100%; max-height: 9.950rem;}
    #row1 {margin-top:2.0rem;}
    /*.tt {min-height:0 !important; height:auto; }*/
    .sdiv6, .sdiv1 {width:60%;}
    .fscb.medium-3 {max-width:25%; }
    #fscb8, #fscb5 {width:50% !important;}
    #fscb7 {width:100%;}
}

@media only screen and (max-width:44em){
   .tt {min-height:0 !important; height:auto; }
}  

@media only screen and (max-width:43em){
    .fd1 {position:absolute; left:1.0rem; top:1.5rem;}
    #fb13 {position:absolute; float:right; width:15.0rem; right:-1.0rem;}
    #fdS {right:1.25rem;}
    /*li#fb13.list-services {background-color:yellow !important;}*/
}

@media only screen and (max-width:39em){
   .fscb.medium-3 {min-width:100%; }
    #fscb5 {width:48% !important; margin-right:2.65%;}
    #fscb6 {width:97.35%; margin-right:2.65%; }
    #fscb8 {width:48% !important; margin-right:0px;}
    #fscb7 {width:97.35%; margin-right:2.65%;}
    #fscb4 input, #interest, .multi, .ui-multiselect  {max-width:97.35%;}
    .ui-multiselect-checkboxes label {font-size:1.0rem !important;}
}   

@media only screen and (max-width:30em){
    #anredelabel1 {margin-left:0px;}
    .footerWrapper {height:7.5rem;}
    #fb13 {position:absolute; left:1.0rem; top:2.5rem; margin-top:0;}
    .fd1 {position:absolute; left:1.0rem; top:4.0rem; margin-top:0;}
    #fdS {position:absolute; left:1.0rem; top:5.5rem; margin-left:0; margin-top:0;}
}

@media only screen and (max-width:23em){
#hd2 {/*width:40%; height:40%;*/ height:auto; max-width:40%; position:relative; top:-1.0rem; right:0;}
}

@media only screen and (max-width:21em){
    #fscb8 {width:30% !important;}
    #anredelabel {margin-left:0px;}
}

/*
@media only screen and (max-width:42em){    
    div.slick-slider, .slick-slider, .responsive, #bb12 {display:none !important;}
    fieldset , fieldset.fs, .fs {float:left !important; }
}

@media only screen and (max-width:35.063em){
    .wnav {display:none;}
    .snav {display:block;}
    nav.top-bar, .snav {margin-bottom:3.0rem; height:auto; max-height: 9.950rem;}
    #row1 {margin-top:2.0rem;}
}
*/






/*@media only screen and (min-width:35.063em){}*/

/*für Foundation Navigation
@media only screen and (min-width: 40.063em) {
.top-bar {
background:#333333;
overflow: visible;
}*/
/*
@media only screen and (max-width:20em) {
    .tt {
        margin-bottom:4.0rem;
    }
}
*/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






/*********** Test-Klassen **********

.t {
    display:block;
    width:8%;
    height:90%;
    float:left;
    margin-right:3%; 
}
#d1 {
  background-color:#B496F0 !important; 
}
#d2 {
  background-color:#5A0FC8 !important; 
}
#d3 {
  background-color:#7756C8 !important; 
}
#d4 {
  background-color:#7500FF !important; 
}
#d5 {
  background-color:rgb(94, 59, 182) !important; 
}
#d6 {
  background-color:rgb(90, 50, 180) !important; 
}
#d7 {
  background-color:#482384 !important; 
}
#d8 {
  background-color:#2800FF !important; 
}
#d9 {
  background-color:#351092 !important; 
}

************/

/* für desktop <= 480px*/
/*
#nav {
position: absolute;
top: 0;
right: 50px;
font-family: 'Open Sans Condensed', sans-serif;
text-align: right;
}
    
#nav ul {
list-style: none;
overflow: hidden;
display:block;
background-color:#26B3F7;
}

#nav ul li {
display: block;
float: left;
text-decoration: none;
font-size: 1.2em;
height: 90px;
line-height: 90px;
margin: 0 0 0 1.75em;
}

#nav ul li a {
color: #c0c0c0;
text-decoration: none;
outline: 0;
}

#nav ul li a:hover {
color: #eee;
}

#nav ul li.current_page_item {
background: url('images/nav-arrow.png') center 77px no-repeat;
}

#nav ul li.current_page_item a {
color: #fff;
}
*/ 
/*Ende Desktop <= 480px*/

/*für < 480px && < 1200px*/
/*
#nav
{
right: 30px;
}
#nav ul li
{
height: 80px;
line-height: 80px;
font-size: 1.1em;
margin: 0 0 0 1.5em;
}
#nav ul li.current_page_item
{
background-position: center 68px;
}
*/
/*Ende < 480px && < 1200px*/

