/* 
 Theme Name:   DaisyChain Child
 Theme URI:    
 Description:  
 Author:       SuperAdministrator
 Author URI:   
 Template:     daisychain
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* aleo-300 - latin-ext_latin */
/* aleo-300 - latin */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/aleo-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/aleo-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/aleo-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/aleo-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/aleo-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/aleo-v11-latin-300.svg#Aleo') format('svg'); /* Legacy iOS */
}

/* aleo-300italic - latin */
@font-face {
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/aleo-v11-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/aleo-v11-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/aleo-v11-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/aleo-v11-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/aleo-v11-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/aleo-v11-latin-300italic.svg#Aleo') format('svg'); /* Legacy iOS */
}

/* aleo-regular - latin */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/aleo-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/aleo-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/aleo-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/aleo-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/aleo-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/aleo-v11-latin-regular.svg#Aleo') format('svg'); /* Legacy iOS */
}

/* aleo-italic - latin */
@font-face {
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/aleo-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/aleo-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/aleo-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/aleo-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/aleo-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/aleo-v11-latin-italic.svg#Aleo') format('svg'); /* Legacy iOS */
}

/* aleo-700 - latin */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/aleo-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/aleo-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/aleo-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/aleo-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/aleo-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/aleo-v11-latin-700.svg#Aleo') format('svg'); /* Legacy iOS */
}

/* aleo-700italic - latin */
@font-face {
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/aleo-v11-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/aleo-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/aleo-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/aleo-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/aleo-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/aleo-v11-latin-700italic.svg#Aleo') format('svg'); /* Legacy iOS */
}



 /* == Mains */


html{
	 
}

body {
    background: #2159a6;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}

a {
    color: #2159a6;
    text-decoration: underline;
}

p{
	
}

h1, h3, h4, h5, h6 {
    font-family: 'Aleo', Times, serif !important;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 30px;
    margin: 10px 0 30px;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    color: #2159a6;
}

h2 {
    font-family: 'Aleo', Times, serif !important;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700 !important;
    letter-spacing: 0em;
    color: #2159a6;
    font-size: 20px;
}

h4{margin-bottom: 10px;
	line-height: 20px;
	
}


.site-title {
     font-size: 48px;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
    max-width: 800px;
    position: relative;
    width: 100%;
    z-index: 50;
}

.site-title a:hover {
  color: #ffffff; 
  -webkit-transition: color 1s;
  transition: color 1s;                   
}


.site-title a {
	   font-family: 'Aleo', serif !important;
    color: #ffffff;
    text-decoration: none;
    font-size: 42px;
}

.entry-headline {
display: none;
}

 
 /* == Main content */
 


.page-template-template-full-width-php #container #content, .page-template-template-landing-page-php #container #content {
	margin-top: 30px;
    width: 850px;
       float:none;
}

#content {
    margin: 0 auto;
    padding:3%;
}
 
#main-content-inner .line-top, #main-content-inner .line-bottom {
    background: none;
    height: 0px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    z-index: 100;
}

#main-content-inner {
background: white;
    border-bottom: 0px solid #784642;
    border-top: 0px solid #784642;
    -webkit-box-shadow: 0px 0 0px -4px #222222, -4px 0 4px -4px #222222;
    -moz-box-shadow: 0px 0 0px 0px #222222, -4px 0 4px -4px #222222;
    box-shadow: none;
    float: left;
    position: relative;
    width: 100%;}


.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #4482d5;
    color: #fff;
    padding: 7px 10px;
    max-width: 100px;
    font-size: 1.1em;
}

 /* == Menu */

.menu-box a, .menu-box a:visited {
    border-right: 1px solid #eaeaea;
    color: #666666;
    display: block;
    float: left;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 1em;
    height: 44px;
    line-height: 44px;
    padding: 0 19px;
    text-decoration: none;
    text-transform: none;
}

.menu-box ul ul {
    background: #f1f1f1;
    border-top: 0px solid #b56a63;
    float: none;
    width: 212px;
    z-index: 110;
}

.top-navigation a, .top-navigation a:visited {
    color: #f1f1f1;
    display: block;
    float: left;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#container .menu-box .current-menu-item > a, #container .menu-box .current-menu-ancestor > a, #container .menu-box .current_page_item > a, #container .menu-box .current-page-ancestor > a {
    color: #333;
}


#top-navigation-wrapper {
    background: #326ec0;
    border-bottom: none;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 150;
}

.menu-box a:hover,
.menu-box :hover > a {
  background-color: #326ec0;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#container .menu-box ul ul a:hover,
#container .menu-box ul ul :hover > a {
  background-color: #f1f1f1 !important;
  color: 333 !important;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}


#container .menu-box ul ul a, #container .menu-box ul ul a:visited {
    border-right: none;
    color: #333333 !important;
    display: block;
    font-size: 1em;
    font-weight: normal;
     min-height:25px;
    line-height: 20px;
    padding: 10px 0 10px 10px;
    text-align: left;
    width: 180px;
   }


.menu-box ul ul {
  height: 0;
  position: absolute;
  left: 0px;
  top: 44px;
  visibility: hidden;
  width: 212px; 
}
.menu-box ul ul ul {
  left: 212px;
  top: -1px;
  width: 212px;
}
.menu-box ul li:hover ul,
.menu-box ul a:hover ul,
.top-navigation ul li:hover ul,
.top-navigation ul a:hover ul {
  height: auto;
  padding-bottom: 0;
  visibility: visible;
}
.menu-box ul :hover ul ul,
.top-navigation ul :hover ul ul {
  visibility: hidden;
}
.menu-box ul :hover ul :hover ul ul,
.top-navigation ul :hover ul :hover ul ul {
  visibility: hidden;
}
.menu-box ul :hover ul :hover ul,
.top-navigation ul :hover ul :hover ul {
  visibility: visible;
}
.menu-box ul :hover ul :hover ul :hover ul,
.top-navigation ul :hover ul :hover ul :hover ul {
  visibility: visible;
}


input[type="submit"], input[type="reset"] {
    background: #326ec0;
    }
    
  /* == footer */   
    #wrapper-footer {
    background: #326ec0;
    border-top: 0px solid #326ec0;
}
    
    .footer-signature {
    background: #1b4988;
    border-top: 0px solid ;
}


.footer-signature .footer-signature-content p {
    color: #f1f1f1;
    font-size: 0.8em !important;
    line-height: 16px;
    min-height: 22px;
    padding: 10px 0;
    text-align: center;
}

    
  /* == div */ 
#container{
 url('https://uwg-kuehlungsborn.de/wp-content/uploads/2019/03/Seebruecke-Ost.png') no-repeat;
margin-bottom: 0px;
background-position: center bottom;
}

.rand {
		
	padding: 20px 30px 30px;
	margin: 40px 50px;;
	display: block;
	clear: both;
	background: #326ec0;
	color:#fff;
}

.rand h2{
	margin-bottom: 20px;
	color:#fff;
}


span{
	font-size: 13px;
}


button{
	padding:15px 30px;
	border: 2px solid #326ec0;
	border-color: none;
	min-width: 250px;
	}

button a, button a:hover{
	color:#326ec0;
	text-decoration: none;
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #4482d5;
    color: #fff;
    padding: 7px 10px;
       font-size: 1.1em;
    text-align: center;
}


  /* == cookie hinweis */
   
.cli-plugin-main-link {
    margin-left: 0px;
    font-weight: 700;
    font-size: 1em;
    text-decoration: underline;
}

#cookie-law-info-bar span {
    vertical-align: middle;
    font-size: 0.9em;
    }
  

  /* == media queries */ 
  
  @media screen and (max-width: 1012px){
.js #top-navigation-wrapper .selectnav {
    background: #ffffff;
    border: 0px solid #633a37;
    color: #333;
    height: 26px;
    margin: 4px 0 0;
    width: 50%;
}

#wrapper #content {
    margin: 28px 3% 10px;
    width: 87% !important;
}

.site-title a {
    font-size: 30px;
    line-height: 20px;
}

button{
	margin: 0 auto;
	text-align: center;
	display: block;
}

}