/*
    Theme Name: Fries Theme
    Version: 0.4.2
    Description: An WordPress Theme based on "EUROKEY Base Theme"
*/

/*=^.^=|=^.^=|=^.^=|=^.^=|=^.^=
    KEEP THES FILE ORGANISED
    IT EASYLY GETS 400+ LINES
=^.^=|=^.^=|=^.^=|=^.^=*|=^.^=/

/*==============================
	   imports
==============================*/

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/wp-content/themes/2023-child/assets/fonts/montserrat-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/2023-child/assets/fonts/montserrat-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/2023-child/assets/fonts/montserrat-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/2023-child/assets/fonts/montserrat-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/wp-content/themes/2023-child/assets/fonts/montserrat-v21-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/2023-child/assets/fonts/montserrat-v21-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* muli-light - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/wp-content/themes/2023-child/assets/fonts/Muli-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/2023-child/assets/fonts/Muli-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* muli-regular - latin */
@font-face {
  font-family: 'muli';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/2023-child/assets/fonts/Muli-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/2023-child/assets/fonts/Muli-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'muli';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/wp-content/themes/2023-child/assets/fonts/Muli-SemiBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/2023-child/assets/fonts/Muli-SemiBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'muli';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/2023-child/assets/fonts/Muli-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/2023-child/assets/fonts/Muli-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




/*==============================
	   general style
==============================*/

*{
    box-sizing: border-box;
}

body{
    margin: 0px;
    color: #323232;
    line-height: 1.5;
    font-family: 'Muli', sans-serif !important;
    font-size: 16px !important;
	font-weight: 400 !important;
	background: #f2f2f2;
}

header, main, footer, article, nav, section, aside{
    display: block;
}

img.bottom {
    margin-bottom: 20px;
}

.smallImg {
    width: 120px;
    height: auto;
}

.textImg {
    vertical-align: bottom;
    max-height: 32px;
    width: auto;
}

.uppercase{
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}

.align-center {
	margin: 0 auto;
}

.no-margin {
	margin: 0 !important;
}

article{
    padding: 40px 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    color: #354261;
    letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 0;
}

h1{
    font-size: 3rem;
	margin-bottom: 30px;
	margin-top: 0;
}

h2 {
    font-size: 2rem;
	margin-bottom: 15px;
}

h3, footer h2 {
    font-size: 1.3rem;
	margin-bottom: .5rem;
}

h4{
    font-size: 1.3rem;
	letter-spacing: 0;
	margin-bottom: .5rem;
}

h2 + h3 {
	margin-top: 20px;
}

h2.titlelist:before {
	content:''; 
	display:inline-block; 
	height: 0.8em; 
	width: 0.8em; 
	background-image:url('/wp-content/uploads/list_fries.svg'); 
	background-size:contain; 
	background-repeat:no-repeat; 
	padding-left: 1.3em;
	vertical-align: -1px;
}

#datenschutz h2 {
	margin-top: 3rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p + h4, ul + h4, p + h2, ul + h2 {
	margin-top: 50px;
}

main a {
	color: #354261;
	font-weight: 600;
}

main a:hover {
	color: #7b849e;
}

a {
	transition: color 0.4s, background 0.4s
}

a:hover {
    text-decoration: none !important;
	transition: color 0.4s, background 0.4s
}

.wp-block-button__link {
	color: #fff;
	background: #354261;
	transition: 0.4s;
	cursor: pointer;
}

.wp-block-button__link:hover {
	background: #7b849e;
	transition: 0.4s;
	color:#fff;
}

main .white a {
	color: #fff;
}

.separator{
    margin: 0 5px;
}


/*	==================================== start Container	====================================*/

.container-menu {
	width: 100%;
	max-width: 1500px;
	display:none;
}

.container-100 {
	width: 100%;
	box-sizing: border-box;
	padding: 6vw 0;
}

.container-100.less-padding {
	padding: 4vw 0;
}

#page-title-intro {
	background-blend-mode: multiply;
	background-color: #555555;
	padding: 5vw 0 0 0;
	margin-top: 0;
}

#page-title-intro > .kt-row-column-wrap {
	padding: 0 !important;
}

@media (max-width: 767px) {
	.container-100 {
		padding: 13vw 0 10vw 0;
	}

	.container-100.less-padding {
		padding: 10vw 0;
	}
	#page-title-intro {
		padding-top: 0;
	}
}

/*---*/

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;	
}

.container-wide {
	padding: 0 10vw;	
}


@media (min-width: 600px) {		 
	.container {	
		max-width: 90% !important;		 
	}
}

@media (min-width: 1024px) {	
	.container {	
		max-width: 850px !important;		  
	}
}

@media (max-width: 1024px) {	
	.container-wide {
		padding: 0;	
	}
}

@media (min-width: 1200px) {
	.container {	
		max-width: 1140px !important;		 
	}
}
	
/*	==================================== end Container	====================================*/

/*==============================
	   header style
==============================*/


/*====================================  header ==================================== */


header {
	height:90px;
	position: fixed;
  z-index: 99999;
  background: #fff;
}

/*==============================
	   main style
==============================*/

main{
    min-height: 538px;
    min-height: calc(100vh - 250px);
}

main#error_404{
    padding: 11vh 0;
    font-size: 20px;
}

.container-100 {
	padding: 6vw 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.columnContainer{
    display: flex;
}

.list.fries {
    line-height: 1.8;
	margin-left: 0 !important;
}

.list.fries li{
    margin-bottom: 25px;
	font-size: 1.1rem;
	font-weight: 400;
}

.list.fries li:before{
	content:''; 
	display:inline-block; 
	height: 0.8em; 
	width: 0.8em; 
	background-image:url('/wp-content/uploads/list_fries.svg'); 
	background-size:contain; 
	background-repeat:no-repeat; 
	padding-left: 25px;
	vertical-align: -1px;
}

.list li span{
    left: -2.5em;
}

.list li i{
    color: #354261;
	font-size: 13px;
}

ul.fries > li > ul > li {
	margin-bottom: 0 !important;
	font-size: 1rem !important;
	font-weight: 300 !important;
}

ul.fries > li > ul > li:before {
	content:''; 
	height: auto !important;
	width: auto !important;
	background-image: none !important;
	padding-left: 0 !important;
}

.bluebox{
    height: 15px;
    width: 35px;
    background: #354261;
    display: block;
    position: absolute;
    right: 30px;
    top: 7px;
}

.grecaptcha-badge { 
	visibility: hidden; 
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
  height: auto;
}

.captcha-image svg {
  padding: 5px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  margin: 0 15px;
}

/*==============================
	   pages style
==============================*/


#datenschutz h3, #impressum h3 {
	margin-top: 1.5em;
}

.wwsArticleTeaser {
    padding: 20px;
    background-color: #fff;
}

.wwsArticleTeaser:nth-child(2n+1) {
    background-color: #F2F2F2;
}

.wwsSearchBox {
    margin-bottom: 10px;
}

#facetListToggle {
    width: 100%;
    margin-bottom: 10px;
    display: none;
}

.wwsTeaserList.row {
    flex-direction: row-reverse;
}

.wwsArticle a {
    color: #354261 !important;
}

.list-group-item.active,
.page-item.active .page-link{
    color: #fff !important;
    background-color: #354261 !important;
    border-color: #354261 !important;
}

.badge-primary {
    background-color: #354261 !important;
}

.page-item:not(.active) .page-link{
    color: #354261 !important;
}

.wwsArticleTeaser a {
    color: #354261 !important;
}

.wwsArticleTeaserCaption{
    font-weight: 500 !important;
    letter-spacing: initial !important;
}

.wwsArticleTeaserBodyMoreLink{
    font-weight: 600 !important;
}

/*==============================
	   footer style
==============================*/

footer{
    background: #354261;
    color: #fff !important;
}


footer .container{
    padding-top: 30px;
}

footer h2{
    color: #fff !important;
}

/*==============================
	   widget style
==============================*/

#front-page .mio h4 {
	hyphens: auto;
}

/*==============================
	   @media style
==============================*/


@media only screen and (max-width: 1024px) {
	header{
		height: 55px;
    }

}

@media only screen and (min-width: 992px) {
    .wwsFacetList{
		display: block !important;
    }
	
	header #logo {
		z-index: 25;
	}
}

@media only screen and (max-width: 992px) {
    
	h1 {
	font-size: 26px !important;	
	margin-bottom: 24px !important;
	}
	
	h2 {
	font-size: 22px !important;	
	}
	
	h3, footer h2 {
    font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 14px !important;
	}
	
	
	p {
		line-height: 1.7;
	}
	
	h1 {
		font-size: 26px !important;	
		margin-bottom: 24px !important;
	}
	
	h2 {
		font-size: 22px !important;	
	}
	
	h3{
    font-size: 18px;
	}

	
	.container-100 {
		padding: 10vw 0;
	}

    .columnContainer {
		flex-direction: column;
    }

    .columnContainer .col:not(:last-child){
		margin-bottom: 20px;
    }

    #footer-menu li{
		text-align: initial;
	padding: 0 19px;
    }

}
