/* Add here all your css styles (customizations) */

body {
    font-family: 'Signika Negative', sans-serif !important;
    font-size: 18px;
}
h3 {
    color: #33669a;
}
h5 {color:#33669a;}  
section li{
	list-style: square url("/ehi_content/KunoBullet.svg");
}
.navbar-brand h2 {color:#000 !important;}
.navbar-brand h6 {color:#000 !important; font-size:9px;}

.navbar-nav .active a  {color:#3399cc !important;}
.navbar-nav a:hover  {color:#3399cc !important;}

.kunomain-navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#HeaderContainerTitle {margin-top:7em;}
#HeaderImageLeftTile {
    text-align: left;
    float: left;

}
#HeaderImageLeftTile {margin-top:-3rem;}
#HeaderImageLeftTile .headerImageTextRow {
	color:#000;
    background-color:#fff;
    margin-left:20px;
    padding:0 5px;
    font-size:2rem;
    line-height:1.3em;
}
#HeaderImageLeftTile .headerImageTextRowFirst {
	color:#000;
    font-size:2.5rem;
    line-height:1.25em;
}

#HeaderImageRightTile {
    width: 19rem;
    height: 17rem;
    text-align: right;
    padding: 20px;
    background-color: rgba(61, 163, 220, 0.6);
    color: #000;
    float: right;
    margin-top: -102px;
}
#HeaderImageRightTile h2 {
	font-size:16px;
	color:#fff;
}
#NachmeldenContainer {
	text-align:center;
	border:1px solid #333;
	padding:15px;
	width:100%;
	float:right;
}
#NachmeldenButton {
    padding: 5px;
    background-color: #3399cc;
    color: #fff;
    margin-top: 5px;
    font-size: 13px;
}

#TileContainer hr {border-color:#fff; margin:15px 0;}
.tileNumberHeadline {
	color:#00518c;
	font-size:22px;
	font-weight:bold;
}
.u-btn-orange {background-color:#ff9901;}
.internViewContainer h3, .internViewContainer h5, .internViewContainer h6 {color:#ff9901;}

#TileLoginFormContainer h6 {color:#fff; font-weight:lighter; font-size:15px;}

#FooterLoginFormContainer {background-color:#919191; padding:10px 15px;}
#FooterLoginFormContainer h5 {color:#fff; font-weight:lighter;}

footer {background-color:#333333 !important;color:#fff;}
footer a {color:#fff; font-size:12px;}
footer a:hover {color:#fff;}
footer a.footerIcon {font-size:18px;}
footer hr {margin:15px 0 10px 0;}

.g-bg-lightblueTile {background-color:#e1f1f9;}
.g-bg-blueTile {background-color:#3399cc;}
.g-bg-blueTile--checked {background-color:#3399cc;}

.g-color-blueTile {color:#3399cc !important;}
.mainWithBackgroundColor {background-color:#eaeaea;}

textarea {
    white-space: pre;
}

#cookie-law {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 5%;
    background-color: #777;
    color: #fff;
    z-index: 999;
}
#cookie-law > div:first-child {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}
#cookie-law > div:first-child > a {
    color: inherit;      
}
#cookie-law > div:last-child {
    vertical-align: middle;
}
#cookie-law > div:last-child > a {
    padding: 10px 20px;
    text-decoration: none;
}

.customeremail-pos {
	position: fixed;
	top: -500px;
	left: -500px;
}    

            

