:root {
  --white: rgba(var(--cywhite),1.0);
  --gray: rgba(var(--cylightgrey),1.0);
  --gray-dark: rgba(var(--cydarkgrey),1.0);
  --primary: rgba(var(--cymain),1.0);
  --secondary: rgba(var(--cydarkmain),1.0);
  --success: rgba(var(--cymain),1.0);
  --info: rgba(var(--cydarkgrey),1.0);
  --warning: rgba(var(--cyattention),1.0);
  --danger: rgba(var(--cyattention),1.0);
  --light: rgba(var(--cylightgrey),1.0);
  --dark: rgba(var(--cydarkgrey),1.0);
}


button,
button:visited,
.btn-primary,
.btn-primary:visited,
.btn-default,
.btn-default:visited,
.btn-success,
.btn-success:visited {
    background-color: rgba(var(--cymain),1.0); !important;
    border-color: rgba(var(--cymain),1.0); !important;
    color: rgba(var(--cybuttontext),1.0); !important;
}

button:hover,
button:active,
button:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: rgba(var(--cydarkmain),1.0); !important;
    border-color: rgba(var(--cydarkmain),1.0); !important;
    color: rgba(var(--cywhite),1.0); !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: rgba(var(--cyattention),1.0); !important;
    border-color: rgba(var(--cyattention),1.0); !important;
    color: rgba(var(--cywhite),1.0); !important;
}

.btn-secondary,
.btn-secondary:visited,
.btn-info,
.btn-info:visited {
    background-color: rgba(var(--cydarkmain),1.0); !important;
    border-color: rgba(var(--cydarkmain),1.0); !important;
    color: rgba(var(--cywhite),1.0); !important;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background-color: rgba(var(--cydarkgrey),1.0); !important;
    border-color: rgba(var(--cydarkgrey),1.0); !important;
    color: rgba(var(--cywhite),1.0); !important;
}


.btn-warning,
.btn-warning:visited,
.btn-danger,
.btn-danger:visited {
    background-color: rgba(var(--cyattention),1.0); !important;
    border-color: rgba(var(--cyattention),1.0); !important;
    color: rgba(var(--cywhite),1.0); !important;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: rgba(var(--cydarkgrey),1.0); !important;
    border-color: rgba(var(--cydarkgrey),1.0); !important;
    color: rgba(var(--cywhite),1.0); !important;
}


button.close {
    background-color: rgba(var(--cydarkgrey),0) !important;
}

button.close:hover {
    background-color: rgba(var(--cydarkgrey),1.0) !important;
}


select.form-control {
    font-size: 0.875rem;
}

.disabled a,
a.disabled {
    pointer-events: none;
}

.dropdown-item {
    color: rgba(var(--cymenutext),1.0);
}

/*a:hover {
    color: rgba(var(--cydarkmain), 1.00) !important;
}
a.active, */
.sw-theme-default ul.step-anchor li.active a {
    color: rgba(var(--cyattention),1.0) !important;
}
.sw-theme-default ul.step-anchor li.active a::after {
    background: rgba(var(--cyattention),1.0) !important;
}
/*a {
    color: rgba(var(--cymain),1.0) !important;
}*/

.side-nav li a:not(.button) {
    color: rgba(var(--cyattention), 1.00);
}

.side-nav li a:not(.button):hover {
    color: rgba(var(--cymain),1.0);
}

header {
    background-color: #D33C44;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(var(--cyblack), 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    /* color:rgba(var(--cyattention), 1.00); */
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid rgba(var(--cyattention), 1.00);
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:rgba(var(--cyattention), 1.00);
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(var(--cyblack), 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(var(--cyblack) , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(var(--cyblack), 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(var(--cyblack), 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(var(--cyblack), 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(var(--cyblack), 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(var(--cyblack), 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(var(--cyblack), 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(var(--cyblack), 0.24);
    margin: 15px 0px;
    color: rgba(var(--cyblack) , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(var(--cyblack), 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(var(--cyblack), 0.1);
    border-bottom: 1px solid rgba(var(--cywhite), 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: rgba(var(--cymain),1.0);
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
/*    background: #fff; */
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid rgba(var(--cymain),1.0);
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: rgba(var(--cymain),1.0);
    text-align: left;
    border-bottom: 2px solid rgba(var(--cymain),1.0);
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid rgba(var(--cymain),1.0);
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: rgba(var(--cymain),1.0);
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    /* padding: 2rem; */
    padding: 0px;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    /* word-break: break-all; */
}


/* ************************ ALLGEMEIN  *********************/ 

html, body {
  height:100%;
  padding-bottom: 0px;
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
  font-weight: 300; 
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1px 
} 


/* ************************ grid erweitert *********************/ 


@media (min-width: 768px){
.container {
    width: 768px;
}
}

@media (min-width: 992px){
.container {
    width: 992px;
    }
}

@media (min-width: 1200px){
.container {
    width: 1200px;
    }
} 

/* ************************ ALLGEMEIN Seitenaufbau  *********************/ 


.content {
    margin-top: 0px;
	}
		
#page-wrapper {
    margin-top: 45px;
    padding-top: 10px;
    min-height: 400px;
	}
		
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	}


.content-section{
    padding-top: 80px;
    padding-bottom: 80px;    
    }


@media screen and (min-width: 1024px){
.content-section{
    padding-top: 170px;
    padding-bottom: 100px;    
    }
    
    section#cydis-unternehmen.content-section{
    padding-top: 80px;
    padding-bottom: 80px;  
    }
    
}

.min-page{
    margin-bottom: 40px;
    min-height: 50%;
    }



.seiten-link-button.nach-rechts{
    text-align: right;
    
}
 
/* ************************ ALLGEMEIN Textstyle  ******************** */ 
	
h6{
    color: rgba(var(--cyblack),1.00);
    line-height: 100%;
    font-size: 60%;
}

  
h1, h2, h3, h4, h5 {
    color: rgba(var(--cyblack),1.00);
	font-weight: 300;
    letter-spacing: 1px;
}




h1{
	font-size: 40px;
	line-height: 50px;
	margin-top: 0px;
	margin-bottom: 35px;
   
}

h2{
	font-size: 25px;
	
	}


.seiten-main-text h2{
    margin-top: 50px; 
    
}

 p, li{
   	color:rgba(var(--cyblack),1.00);
	font-size: 20px;
	line-height: 1.4;
    letter-spacing: 1px;
     }

div.seiten-vorspann p{
    font-size: 24px;
	line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 45px;
    }

div.seiten-main-text p{
   margin-bottom: 30px;
    
}


a {
 color: rgba(var(--cymain), 1.00);
}

a:focus, a:hover {
    color:rgba(var(--cyattention), 1.0);
    text-decoration: none;
}


ul li:before {
    list-style-type: circle;
    color:rgba(var(--cyattention), 1.00);
}

ul li a {
    list-style-type: circle;
    color:rgba(var(--cyattention), 1.00);
}

div.sidebar-text a,
div.sidebar-text ul li a {
    color:rgba(var(--cywhite), 1.00);
    font-weight: 700;
}

/* ************************ ALLGEMEIN Imagestyle  ******************** */ 



img.alignleft {
	float:left;
	margin-right: 15px;
	}
	
img.alignright {
	float:right;
	margin-left: 15px;
	}


img{ 
	max-width: 100%;
	height:auto;
	}


	
ul.sidebar, ul.comments, ul.children {
    list-style-type: none;
}		








/* ************************ NAVIGATION  *********************/
	



.navbar {
    border:none;
    margin: 0px;
    background-color:rgba(var(--cynavbar),1.0) !important;
    }

.nav-md {
    border:none;
    padding: 0px;
    margin: 0px;
    }

.navbar-wrapper .navbar {
    border-radius: 0px;
	background-color: rgba(var(--cymain),0.8);
    border:none;
	padding-left: 0px;
    padding-right: 0px;
    min-height: 0px;
    }

.navbar-nav {
        margin-top: 26px;
    }

@media screen and (min-width: 910px){/* navleiste wieder blau*/
.navbar-collapse.collapse {
    background-color:rgba(var(--cynavbar),1.0);
    }
}

@media screen and (min-width: 768px){
    .navbar-collapse.collapse.in{
       max-height: 100%;    
    }
    
    .navbar-nav {
    margin-top: 100px;
    }  
}




.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: rgba(var(--cywhite),1.0); !important;
    text-shadow: none !important;
}






/* ************************ logo  *********************/

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
    }

.navbar.navbar-inverse.navbar-fixed-top .logo-container{
    position: absolute;
    width: 230px;
    margin-left: 10px;
    margin-top: 6px;
    }


a.navbar-brand img{
     width:100%;   
    }

.navbar-brand {
    float:none;
    padding:0;
    }





@media screen and (min-width: 768px){
  
  .navbar.navbar-inverse.navbar-fixed-top .logo-container{
    position: absolute;
    width: 416px;
    margin-left: 0px;
    height: 86px;
    margin-top: 6px;
    padding: 10px 10px 0px 23px;
    background-color: rgba(var(--cyblack),1.0);
    }

}




 

@media screen and (min-width: 1024px){
 
    .navbar.navbar-inverse.navbar-fixed-top .logo-container {
    position: absolute;
    top:20px;
    padding: 18px 25px 4px 25px;
    width: 530px;
  
    height: 112px;
    transition: all 0.3s ease 0s;
    }
    
    
    .navbar.navbar-inverse.navbar-fixed-top.top-nav-collapse .logo-container {/* logo kleiner beim scollen*/
    position: absolute;
    top:20px;
    padding: 18px 25px 4px 25px;
    width: 430px;
    
    height: 120px;
    transition: all 0.3s ease 0s;
    }
} 



.navbar-inverse .navbar-nav>li>a {
    color: rgba(var(--cywhite), 1.0);
    text-transform: uppercase;
/*    text-shadow: 1px 1px 2px rgba(var(--cydarkgrey), 1);*/
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    }


@media screen and (min-width: 1025px){
 .navbar-inverse .navbar-nav>li>a{
	font-weight: 300;
	}
    
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 0px;
    margin-left:30px;
    }



.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: rgba(var(--cywhite), 1.0);
    background-color: rgba(var(--cywhite), 0);
/*    padding: 14px 0px 14px 0px;  */
    }

/*@media screen and (min-width: 911px){
    
 .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    border-top: 4px solid rgba(var(--cywhite), 1.0);
    }   
}*/


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: rgba(var(--cywhite), 1.0);
    background-color: rgba(var(--cywhite), 0);
}    
    





ul.navbar-nav li{
	font-size:17px;
	}

.dropdown-menu {
    background-color: rgba(var(--cymain), 0.90);
    border:none;
    margin-top: 1px; 
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 16px;
    }
 
ul.dropdown-menu li{
    list-style-type:none;
    }



.dropdown-menu>li>a {
    padding: 3px 15px;
    color: rgba(var(--cywhite), 1.0);
    border-bottom: 1px solid rgba(var(--cywhite), 1.0);
    font-weight: 400;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(var(--cydarkgrey), 1);
}


@media screen and (min-width: 1025px){
 .dropdown-menu>li>a{
	font-weight: 300;
	}
    
}

.dropdown-menu .active a, .dropdown-menu .active a:focus, .dropdown-menu .active a:hover {
    color: rgba(var(--cywhite), 1.0);
    background-color: rgba(var(--cydarkmain), 0.3); 
    text-shadow: none;
    }

.dropdown-menu a:hover{
     color: rgba(var(--cywhite), 1.0);
    background-color: rgba(var(--cydarkmain), 0.3); 
   }

.dropdown-menu li a:hover,
.dropdown-menu li a:active,
.dropdown-menu li a:focus {
  color: rgba(var(--cywhite), 1.0);
  text-decoration: none;
  background-color: rgba(var(--cydarkmain), 0.3);
}





@media screen and (min-width: 910px) {
 
 .navbar-nav {
    float: right;
    margin: 0 50px 0 0;
	}
}
	

/*-------- toggle------------ */

.navbar-inverse .navbar-toggle {
    border-color: rgba(var(--cywhite),0);
    background-color: rgba(var(--cyblack),0.4);
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: rgba(var(--cyblack),0.4);
}



 
/* ************************ Header  *********************/
.bildcontainer {
    margin-top: 140px;
}
.bildcontainer.mit-bild{
    margin-top: 0px;
}


.mit-bild {
	height: 55%;
	}

@media screen and (orientation:portrait) {
.mit-bild{
	height: 45%;
	}
}

/* ************************ Main-Page  *********************/
@media screen and (max-width: 768px){
div.cta-button{
        text-align: center;
    }
}


div.cta-button a{
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px 7px 20px;
    text-align: center;
    background-color: rgba(var(--cywhite), 1.0);
    border: 2px solid rgba(var(--cymain), 1.0);
    color: rgba(var(--cymain), 1.0);
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
 
div.cta-button a:hover{
    background-color: rgba(var(--cymain), 1.0);
    color: rgba(var(--cywhite), 1.0);
    text-decoration: none;
    }

/* Sidebar -------------------------------------------------- */


div.sidebar-kasten{
    background-color: rgba(var(--cymain), 1.00);
    color: rgba(var(--cywhite), 1.0);
    
    
}

div.sidebar-kasten .sidebar-text p,
div.sidebar-kasten .sidebar-text li{
    color: rgba(var(--cywhite), 1.0);
    font-size: 17px;
    
    
}

div.sidebar-kasten .sidebar-text li{
    margin: 0px 15px 10px 10px;
}



div.sidebar-kasten .sidebar-text p{
    margin: 0px 15px 15px 15px;
    
    
}

div.sidebar-kasten .sidebar-text ul{
    padding-left: 23px;
    padding-bottom: 10px;
    
}

   

div.sidebar-kasten .sidebar-headline h2{
    color: rgba(var(--cywhite), 1.0);
    font-size: 30px;
    margin-top: 0px; 
    padding: 15px;
}
 




.sidebar-link-button {
    text-align: center;
}

div.sidebar-link-button a{
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px 7px 20px;
    text-align: center;
    background-color: rgba(var(--cyblack), 0.30);
    border: 2px solid rgba(var(--cywhite), 1.0);
    color: rgba(var(--cywhite), 1.0);
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
 

div.sidebar-link-button a:hover{
    background-color: rgba(var(--cyblack), 0.40);
    text-decoration: none;   
    } 

@media screen and (max-width: 992px) {
  

aside{
	margin-top: 30px;
	} 
    
    
  }


aside{
	position:relative;
	
	}



/* tabellen -------------------------------------------------- */   

table.tablepress{
    color: rgba(var(--cyblack),1.00);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    background-color: rgba(var(--cylightgrey), 1.00);
}


table.tablepress td.column-1 {
    text-align: left;
    width: 80%;
}


table.tablepress td.column-2 {
    text-align: right;
    width: 20%;
}



table.tablepress tr.row-4 {
    border-top: 2px solid;
    height: 50px;   
    }

table.tablepress tr.row-4 td.column-1,
table.tablepress tr.row-4 td.column-2{
    padding-top: 13px;
}


.tablepress tbody td, .tablepress tfoot th{
    border-top: 1px solid rgba(var(--cywhite), 1.0)!important;
}




/* carousel -------------------------------------------------- */


.carousel{ /* Sliderhöhe in %*/
    height: 55%;
	margin-bottom: 0px;
	}

@media screen and (orientation:portrait) {
	.carousel{ 
	height: 45%;
	}
}


.carousel-inner .item,
.carousel-inner .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}


.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}





/* carousel fullscreen -------------------------------------------------- */


.fullscreen{ /* Sliderhöhe in %*/
    height: 100%;
	margin-bottom: 0px;
	}



.carousel-inner.startseite {
    background-image: url(bilder/bg_fullscreen-slider.jpg);
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;

    
}

@media screen and (min-width: 1400px) {
    
    .carousel-inner.startseite {
    background-attachment: fixed; 
    }  
}

section.carousel .item { 
    background-color: transparent !important;
    }
    

  
 /* testimonial bilder -------------------------------------------------- */

div.testimonial-bild{
    height: 100%; 
    position: relative;
    
}


div.testimonial-bild img{
    height: 100%;
    width: auto !important;
    max-width:inherit;
    position: absolute;
    right:-10%;  
    }


@media (orientation: portrait) {
    div.testimonial-bild img{
    position: absolute;
    right:-75%;   }
 }

@media screen and (min-width: 768px) and (orientation: portrait) {
    
  div.testimonial-bild img{ 
    right:-50%;   
    }  
    
}




/* startseite-teaser-------------------------------------------------- */

div.fullpage-teaser{
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    z-index: 1;  
    }  


div.fullpage-teaser-align{
    display: table-cell;
    text-align: center;
    vertical-align: middle;  
    }


div.fullpage-teaser-content{
    padding:20px;
    color:rgba(var(--cywhite), 1.0); 
    background-color: rgba(var(--cymain),1.0);
    border: 3px solid  rgba(var(--cywhite), 1.0);
    display:inline-block;
    margin-left: 25px;
    margin-right: 25px;
    
    }

div.fullpage-teaser h1 {
    color:rgba(var(--cywhite), 1.0) !important;
    font-size: 40px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    }


/* testimonial-teaser-------------------------------------------------- */

div.testimonial-teaser{
    position: absolute;
    padding: 10px;
    bottom:30px;
    background-color: rgba(var(--cymain),1.0);
    border: 3px solid  rgba(var(--cywhite), 1.0);
    left: 25px;
    right: 40%;
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
    }


div.testimonial-teaser h2{
    color:rgba(var(--cywhite), 1.0) !important;
    font-size: 20px;
    padding: 0;
    margin: 0;
}


@media screen and (min-width: 768px) and (orientation: portrait){
    
 div.testimonial-teaser{
    bottom:30%;
    left: 15%;
    width: 300px;
    }  
  
    div.testimonial-teaser h2{
    font-size: 25px;
    }  
    
}

@media screen and (min-width: 1024px){
    
 div.testimonial-teaser{
    padding: 15px;
    bottom:30%;
    left: 13%;
    width: 400px;
    }  
  
    div.testimonial-teaser h2{
    font-size: 30px;
    }  
    
}

@media screen and (min-width: 1400px) and (orientation: landscape){
    
 div.testimonial-teaser{
     padding: 20px;
    bottom:30%;
    right: 35%;
    left: auto;
    width: 400px;

    }  
  
    div.testimonial-teaser h2{
    font-size: 30px;
    }  
    
}




/* -----------------------------------------------
                        Startseite 
-------------------------------------------------- */


/* ------------ 1. Abschnitt:USP ------------ */

div.content-container-cydis-usp{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;    
}

@media screen and (min-width: 1366px){
 
    div.content-container-cydis-usp{
    max-width: 60%;   
    } 
	
	div.content-container-cydis-usp.neue-startseite{
	 max-width: 80%;		
	}
}

/* ------------ 2. Vorteile ------------ */

section.bg-cydis-blue{
   
  background-color: rgba(var(--cyblack),1.00); 
  }

section.bg-cydis-blue h1,
section.bg-cydis-blue h3,
section.bg-cydis-blue p,
section.bg-cydis-blue li,
section.bg-cydis-blue a{
    color: rgba(var(--cywhite),1.00);
}


.box-rahmen {
    border: 2px solid rgba(var(--cymain),1.0);
    min-height: 517px;
    margin-bottom: 40px;
}

.box-content{
    padding: 0px 10px 0px 10px; 
} 

.box-content ul{
    margin-top: 20px;
    margin-left: -10px;
    
}

.box-content li{
    font-size: 17px;
    margin-bottom: 10px;
}



div.vierer-box .pictogramm {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    }

div.vierer-box .pictogramm img{
   max-height: 100%;
    text-align: center;
    }

/* ------------ 3. Statement ------------ */

section.bg-cydis-green{
   background-color:  rgba(var(--cymain),1.0);
    }

div.cydis-statement{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    }   

@media screen and (min-width: 1024px){
 div.cydis-statement{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    }      
}

div.cydis-statement p{
    font-size: 30px;
    color: rgba(var(--cywhite),1.00);
    
    }

/* ------------ 4. Produktübersicht ------------ */

@media screen and (min-width: 768px){
 div.produkt-box{
    float:left;
    width: 50%;
    padding: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: none !important;
    } 
    
div.produkt-box.produkt-box-rahmen {
  
    min-height: 439px;
    margin-bottom: 40px;
    }
    
div.produkt-box.produkt-box-rahmen:nth-child(2n){
    border-right:2px solid rgba(var(--cylightgrey),1.0)
         
    } 
    
div.produkt-call-to-action{
    position: absolute;
    right: 0;
    left:0;
    bottom: 0;
    text-align: center;
    }  
    
    
}


@media screen and (min-width: 1024px){
div.produkt-box{
    float:left;
    width: 25%;
    }
    

div.produkt-box.produkt-box-rahmen {
      min-height: 470px;
    border-right: 2px solid rgba(var(--cylightgrey),1.0);
    border-left: none !important;
    }
    
 div.produkt-box.produkt-box-rahmen:last-child{
    border-right:none;      
    }     
  
 div.produkt-logo img{
    height:60px;
    }  
    
    
}



div.produkt-pictogramm{
    width: 160px;
    height: 160px;
    border-radius: 50%;   
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 5px 5px 19px -6px rgba(var(--cydarkgrey),1);
    -moz-box-shadow: 5px 5px 19px -6px rgba(var(--cydarkgrey),1);
    box-shadow: 5px 5px 19px -6px rgba(var(--cydarkgrey),1);
    background-repeat: no-repeat;
    margin-bottom: 15px;
    
    }






div.produkt-logo {
    text-align: center;
    margin-bottom: 20px;
    }

div.produkt-logo img{
    height:50px;
    }


div.box-content p{
    font-size: 17px;
    }

div.box-content.produkt{
        padding: 0px 15px 0px 15px;
        margin-bottom: 20px;
    }


div.produkt-box{
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(var(--cylightgrey),1.0);
    }


.produkt-call-to-action {
    text-align: center;
} 


div.produkt-call-to-action a{
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px 7px 20px;
    text-align: center;
    background-color: rgba(var(--cyblack),1.00);
    border: 2px solid rgba(var(--cywhite), 1.0);
    color: rgba(var(--cywhite), 1.0); 
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 10px;
    display: inline-block; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    }


/* -----------------------------------------------
                        Produktseiten
-------------------------------------------------- */

/* produkt-teaser-------------------------------------------------- */

div.center-teaser{
    position: absolute;
    display: table;
    height: 55%;/* devices  */
    width: 100%;
    z-index: 1;  
    }  


@media screen and (orientation:portrait) {
div.center-teaser{
    height: 45%;/* devices  */
    }  
}


div.center-teaser-align{
    display: table-cell;
    text-align: center;
    vertical-align: middle;  
    }


div.center-teaser-skin{
    padding:20px;
    color:rgba(var(--cywhite), 1.0); 
    border: 3px solid  rgba(var(--cywhite), 1.0);
    display:inline-block;
    margin-left: 25px;
    margin-right: 25px;
    }



div.overlay-teaser h2 {
    color:rgba(var(--cywhite), 1.0) !important;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    }







/* produktlogo als störer -------------------------------- */






aside.cydis-stoerer{  
    display: none;
    } 


@media screen and (min-width: 992px){
aside.cydis-stoerer{
    display: block;
    margin-top: -130px;
    }
}



/* produkt-vorteile -------------- */

section.bg-cydis-light{
   
  background-color: rgba(var(--cylightgrey), 1.00); 
  }

section.bg-cydis-light h1,
section.bg-cydis-light p,
section.bg-cydis-light li,
section.bg-cydis-light a{
    color: rgba(var(--cyblack),1.00); 
}





div.seiten-link-button a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px 7px 20px;
    text-align: center;
    background-color: rgba(var(--cymain),1.0);
    border: 2px solid rgba(var(--cywhite), 1.0);
    color: rgba(var(--cywhite), 1.0);
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



/* ------------------------ Schritte Tabelle-------------------------- */

.schritte-content {
    margin-top: 130px;
}





div.schritte-content table.tablepress {
    color: rgba(var(--cywhite),1.0);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    background-color: transparent;   
    }


div.schritte-content table.tablepress h3 {
    color: rgba(var(--cywhite),1.0);
    font-size: 20px;
    }




div.schritte-content table.tablepress td.column-1 {
    text-align: left;
    width: 30%;
    }

div.schritte-content table.tablepress td.column-2 {
    text-align: left;
    width: 70%;
    vertical-align: middle;
    }

.icons-schritte {
    width: 100%;
    
}

div.schritte-content table.tablepress tr {
    border-bottom: 1px solid rgba(var(--cywhite),1.0);
    height: 50px;
    border-top: none!important;
}


/* ------------------------ Footer -------------------------- */

section#cydis-kontakt{
    padding: 0;    
    }

section#cydis-kontakt h1,
section#cydis-kontakt p,
section#cydis-kontakt a{
    color: rgba(var(--cywhite),1.0);
   
}

.kontakt-box{
    padding: 25px 15px;
    min-height: 300px;
    z-index: 1;
    }

.google-map-box p{
    margin-bottom: 0;
    padding-bottom: 0;   
}

.google-map-box{
    height: 300px;
    
}


@media screen and (min-width: 768px){


section#cydis-kontakt{
    position: relative;
    padding: 0;
    }

.container-relative{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 300px;
    }


.kontakt-box{
    width: 300px;
    height: 300px;
    background-color:rgba(var(--cymain),1.0);
    position: absolute;
    left: 0;
    }


div.bg-big-footer{
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
}



.links-gruene-box{
   float:left;
    width: 40%;
    background-color: rgba(var(--cymain),1.0);
    height: 300px;
    
}


.google-map-box{
   
    float:right;
    width: 60%;
    height: 300px;
    background-color: rgba(var(--cymain),1.0);   
    }

}  







/* Footer-Abspann -------------------------------------------------- */

section.abspann{
 background-color:  rgba(var(--cyblack),1.0);
 padding-top:5px;
 padding-bottom:7px;
 font-family: "PT Sans Narrow", sans-serif;
color: rgba(var(--cywhite), 0.80);
letter-spacing: normal;
}
 
section.abspann p{
	padding:0;
	
	text-align:center;
    font-size:small;
    letter-spacing: normal;
    color: rgba(var(--cywhite), 0.80)!important;
	}
	
.footer-nav-style{
	text-align:center;
	}	
	

.footer-nav-style ul{
	margin-bottom: 0;
	padding-left:0;
    margin-right: 10px;
	}


section.abspann .footer-nav-style li a{
	color: rgba(var(--cywhite), 0.80);
    
}



section.abspann .footer-nav-style li{
	display:inline;
    font-size:small;
    letter-spacing: normal;
    border-right: 1px solid rgba(var(--cywhite), 0.80);
    padding-left: 10px;
    padding-right: 10px;
}

section.abspann .footer-nav-style li:last-child{
     border-right: none;
    padding-right:0;
    padding-left: 4px;  
}

	
section.abspann p.autor{
	color:rgba(var(--cywhite), 1.0);
	margin-top:0px;
	 font-size:small;
    margin-bottom: 10px;
	
	}	
	
section.abspann p.autor a{
	 color: rgba(var(--cywhite), 1.0);
	}
	
	
section.abspann p.autor a:focus, section.abspann p.autor a:hover {
    color:rgba(var(--cywhite),0.60);
    text-decoration: none;
}
		

@media screen and (min-width: 992px) {
section.abspann p{text-align:left;}
    
	
section.abspann p.autor{
	float:right;
	margin-top:2px;}

section.abspann p.copyright{
    float:left; 
    margin-right:15px;
    margin-top: 2px;
    
    }	

.footer-nav-style{
        float:right;
        }
    
hr.autor {
    display: none;
    }
 
}

.row.sub-nav {
    margin-top: 7px;
}

div.row {
  /*! display:block; */
  width:100%;
}


.text-danger {
  color:#fff !important;
}


/* -----------------------------------------------
                        NEUE Startseite 
-------------------------------------------------- */




/* NEUER Startslider - testimonial bilder -------------------------------------------------- */

div.testimonial-bild-neu img{
    width: auto !important;
    max-width:inherit;
    position: absolute;
	height: 85%;
	left:0; 
    }



@media screen and (min-width: 768px) and (orientation: portrait) {
	
	div.testimonial-bild-neu img{
	height: 100%;
	left:0; 
	}
	
}


@media screen and (min-width: 992px) {
	
	div.testimonial-bild-neu img{
	height: 100%;
	left:inherit;
	right: 0;
	}
		
	
}

@media screen and (min-width: 1024px) and (orientation: portrait){
	
	div.testimonial-bild-neu img{
	height: 100%;
	left:inherit;
	right: -50%;
	}
}

@media screen and (min-width: 1200px) {
	.testimonial-bild-neu.zweites-bild img{
		margin-top: -100px;
		
	}

}
/* NEUER Startslider testimonial-teaser-------------------------------------------------- */

div.testimonial-teaser-neu{
    position: absolute;
    padding: 10px;
    bottom:30px;
    background-color: rgba(var(--cymain),1.0);
    left:0;
    right: 0;
   
    }

div.testimonial-teaser-neu h2{
	color: rgba(var(--cywhite),0.9);
	text-align: center;
	
}

@media screen and (min-width: 768px) {
	
	div.testimonial-teaser-neu h2{
	color: rgba(var(--cywhite),0.9);
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 32px;
	}
	
	
}

.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-360deg);
     -moz-transform: rotate(-360deg);
       -o-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.tilt img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt img:hover {
   transform: scale(1.34);
}

/* 
select.form-control:not([size]):not([multiple]) {
   height: 34px;
}
*/


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align:middle;
    width: 0;
    float: right;
    margin-top: 0.4em;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}











 
 