@charset "UTF-8";

/* CSS Document 

* Theme Name: mattfeldt+sänger
* Theme URL: https://mattfeldt-saenger.de
* Author: MDIS
* Version: 1.0.0

*/

@import url(css/normalize.min.css);
@import url(css/main.css);

/* ===================
    Headings
   =================== */

.wpcf7 button, html .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"], .cr_button, input, select, textarea, body, h1, h2, h3, h4, h5 { font-family: 'Montserrat', sans-serif !important; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit;}
h1 { font-size: 55px !important; margin: 0; font-weight: 600 !important; letter-spacing: 0.3px !important; line-height: 59px !important; text-transform: uppercase !important; }
h2 { font-size: 30px !important; margin: 0; font-weight: 300 !important; letter-spacing: 0.3px !important; line-height: 34px !important; text-transform: uppercase !important; }
h3 { font-size: 24px !important; margin: 0; font-weight: 600 !important; letter-spacing: 0.3px !important; line-height: 28px !important; text-transform: uppercase !important; }
h4 { font-size: 55px !important; margin: 0; font-weight: 600 !important; letter-spacing: 0.3px !important; line-height: 54px !important; text-transform: uppercase !important; }
h5 { font-size: 30px !important; margin: 0; font-weight: 300 !important; letter-spacing: 0.3px !important; line-height: 30px !important; text-transform: uppercase !important; }
.main article h1 { font-size: 55px; }

a, a:visited { color: #96d2dc; }
a, .bold { font-weight: 700; }
a { text-decoration: none; }
a:hover, a:focus, a:active { color: #96d2dc; text-decoration: none; outline: none; }

p, pre { margin: 0 0 15px 0; }
p:empty { display: none; }
p:last-child { margin-bottom: 0; }

a, img, #header-container-fixed, nav li, nav li a, .sub-menu, #kontaktbox-side { -webkit-transition: all 0.5s; transition: all 0.5s; }

strong, .bold { font-weight: 600; }

.main i { font-style: normal !important; color: #96d2dc !important; }

.main a p { font-weight: 300; }

/* ===================
    ALL: Kunden Theme
   =================== */

* { -moz-box-sizing: border-box; box-sizing: border-box; }

html {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 300;
    font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.3px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #222;
}

.wrapper {
    margin: 0 auto;
	width: 1450px;
}

.wrapper, #nav-container, #main-container, #footer-container {
	position: relative;
}

body, #main-container {
	background: #fff;
}

#header-container {
	position: absolute;
	width: 100%;
	padding: 25px 50px;
	z-index: 999;
	background: none;
}

#header-container-fixed {
	position: fixed;
	width: 100%;
	padding: 25px 50px;
	top: -150px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.header-fixed {
	top: 0 !important;
}

#nav-container {
	position: relative;
	float: right;
	margin-top: 14px;
}

#footer-container {
	padding: 50px;
	background: #fff;
	z-index: 997;
	border-top: 2px solid #222;
}

.footer-grad {
	position: relative;
	margin-top: 50px;
	height: 100px;
	z-index: 997;
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff,GradientType=1);
}

/* ===================
    Nav
   =================== */
nav {
	text-align: left;
	width: auto;
}

nav li, nav li a {
	height: 22px;
	line-height: 22px;
	margin: 0;
}

nav li {
	display: block;
	float: left;
	padding: 0 30px 0 0;
	position: relative;
}

nav li:last-child {
	padding: 0;
}

nav li a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	display: block;
	padding: 0;
	width: auto;
	background: transparent;
	color: rgba(255,255,255,0.7);
}

#header-container-fixed nav li a {
	color: #222;
}

nav a:visited {
	color: rgba(255,255,255,0.7);
}

#header-container-fixed nav a:visited {
	color: #222;
}

nav .current-menu-item a, nav .current_page_item a, nav a:hover, nav a:focus, nav a:active, nav .current-menu-ancestor a {
	color: #fff;
}

#header-container-fixed nav .current-menu-item a, #header-container-fixed nav .current_page_item a, #header-container-fixed nav a:hover, #header-container-fixed nav a:focus, #header-container-fixed nav a:active, #header-container-fixed nav .current-menu-ancestor a {
	color: #96d2dc;
}

/* Submenü */

.menu-item-has-children:hover ul {
	opacity: 1;
	z-index: 1;
	height: auto;
}

.sub-menu {
    opacity: 0;
    position: absolute;
	width: 357px;
	height: 0px;
    left: 0;
    top: 50px;
    z-index: 1;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	background: #fff;
	text-align: left;
	overflow: hidden;
}

.sub-menu li {
	display: block !important;
	width: 100% !important;
}

.sub-menu li a {
    color: #aa1904 !important;
	background: #fff !important;
	width: 100% !important;
	text-align: left;
}

.sub-menu .current-menu-item a {
	color: #fff !important;
	background: #aa1904 !important;
}

.sub-menu li a:hover {
	color: #fff !important;
	background: #aa1904 !important;
}

.stickysub a {
	color: #222;
	font-weight: 300;
}

.stickysub a:hover {
	color: #96d2dc;
}

/* ===================
    Header
   =================== */
   
/* Header Logo */

#logo {
	position: relative;
	float: left;
}

#logo img {
	width: auto;
	height: 50px;
}


/* ===================
    Suche
   =================== */

.search-container {
	position: relative;
	float: right;
	line-height: 20px !important;
	top: -2px;
	margin-left: 30px;
}
 
.search-icon {
	position: relative;
	float: left;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0 !important;
}

#header-container-fixed .search-icon {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}

.search-icon img {
	width: 20px;
	height: 20px;
}
 
#search-form {
	display: none;
	float: left;
	margin-left: 15px;
}
 
#search-form input[type="text"] {
  padding: 2.5px;
  font-size: 12px;
  width: 100px;
}

strong.search-excerpt { 
background-color:yellow;
color:blue;
}

/* ===================
    Kontaktbox
   =================== */

.kontakt-open {
	background: #222;
	padding: 10px;
	width: 60px;
	height: 60px;
	position: fixed;
	top: calc(50vh - 30px);
	left: 0;
	z-index: 6000;
	cursor: pointer;
}

.kontakt-open img {
	width: 100%;
	height: auto;
}

#kontaktbox-side {
	width: 350px;
	position: fixed;
	top: calc(50vh - 30px);
	left: -450px;
	z-index: 8000;
	background: #222;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 25px;
}

.openbox {
	left: 0 !important;
}

.kontakt-close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.kontakt-close img {
	width: 100%;
	height: auto;
}

/* ===================
    Button Ausstellerportal
   =================== */

#apbutton {
	position: fixed;
	right: 37.5px;
	bottom: 50px;
	z-index: 888;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(10deg);
	box-shadow: 0 0 0 rgba(150,210,220,1);
	animation: apblink 3s infinite;
}

#apbutton a {
	display: block;
	color: #222;
	width: 150px;
	height: 150px;
	text-align: center;
	padding-top: 23px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	background: #96d2dc;
}

#apbutton span {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
}

@-webkit-keyframes apblink {
  0% { -webkit-box-shadow: 0 0 0 0 rgba(150,210,220,1); }
  70% { -webkit-box-shadow: 0 0 0 25px rgba(150,210,220,0); }
  100% { -webkit-box-shadow: 0 0 0 0 rgba(150,210,220,0); }
}
@keyframes apblink {
  0% { -moz-box-shadow: 0 0 0 0 rgba(150,210,220,1); box-shadow: 0 0 0 0 rgba(150,210,220,1); }
  70% { -moz-box-shadow: 0 0 0 25px rgba(150,210,220,0); box-shadow: 0 0 0 25px rgba(150,210,220,0); }
  100% { -moz-box-shadow: 0 0 0 0 rgba(150,210,220,0); box-shadow: 0 0 0 0 rgba(150,210,220,0); }
}

/* ===================
    Main
   =================== */

.main img {
	width: 100%;
	height: auto;
}

.main {
	padding: 0;
}

.mainsingle {
	padding: 250px 0 100px 0;
}

.main article {
	width: 100%;
	float: none;
	padding: 0px;
}

.liste ul {
	padding: 0 0 0 25px;
	margin: 0;
}

.liste ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
}

.liste ul li:last-child {
	margin-bottom: 0;
}

.liste ul li::before {
	position: absolute;
	content: "";
	top: 6px;
	left: -25px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #96d2dc;
}

.header-arrow {
	-webkit-animation: mover 1s infinite  alternate ease-in-out;
    animation: mover 1s infinite  alternate ease-in-out;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(30px); }
}

/* ===================
    SVG
   =================== */

/*.style-svg svg {
	width: 100%;
	height: auto;
}

.style-svg .available, .style-svg .reserved, .style-svg .booked {
	cursor: pointer;
}

.style-svg .available {
	fill: #beffaf;
}

.style-svg .reserved {
	fill: #fff0af;
}

.style-svg .booked {
	fill: #ffafaf;
}

.style-svg g:hover .available, .style-svg g:hover .reserved, .style-svg g:hover .booked {
	fill: #ddd;
}

.style-svg #Messestände *:hover {
	fill: #beffaf !important;
	cursor: pointer;
}*/

#Standinfo h3 {
	color: #96d2dc !important;
	margin-bottom: 20px;
}

#Standinfo ul {
	padding: 0;
	margin: 0;
}

#Standinfo ul li {
	list-style: none;
	position: relative;
	margin: 0 0 10px 10px;
}

#Standinfo ul li:last-child {
	margin: 20px 0 0 0;
}

#Standinfo ul li:last-child a {
	display: block;
	line-height: 20px;
	padding: 10px;
	font-size: 20px;
	font-weight: 600;
	background: #96d2dc;
	color: #222;
	border-radius: 10px;
	width: 285px;
	text-transform: uppercase;
}

/* ===================
    Teilnahmepakete
   =================== */

.elementor-price-table__price {
	font-weight: 600 !important;
}
.elementor-price-table__period {
	margin-top: 15px !important;
}

/* ===================
    WPForms
   =================== */

.wpforms-container {
	margin: 0 !important;
}

.wpforms-field {
	padding: 0 !important;
	margin-bottom: 20px !important;
}

.wpforms-field-label, .wpforms-field-required li {
	color: #fff !important;
}

.wpforms-field-container input, .wpforms-field-container textarea, .wpforms-field-container select {
	background-color: #fff !important;
	letter-spacing: 1px !important;
    border: 1px solid #222 !important;
    color: #222 !important;
    padding: 15px !important;
	border-radius: 15px !important;
	height: auto !important;
}

.wpforms-field-container textarea {
	height: 150px !important;
	resize: inherit !important;
}

.wpforms-field-checkbox input {
    border: none !important;
    color: #222 !important;
    padding: 0 !important;
	border-radius: 0 !important;
}

.wpforms-submit {
	background: #222 !important;
    border: 0 none !important;
    border-radius: 15px !important;
    color: #fff !important;
    font-size: 16px !important;
	line-height: 16px !important;
    font-weight: 600 !important;
    padding: 15px !important;
	width: 100% !important;
	height: 46px !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	border-left: none !important;
	-webkit-transition: all 0.5s !important;
  	transition: all 0.5s !important;
}

.wpforms-submit:hover {
    background: #96d2dc !important;
}

/* ===================
    Blog
   =================== */

.recent-posts-container {
  padding: 0 50px;
}

.recent-posts {
	display: flex;
	flex-wrap: wrap;
}

.post-container {
	position: relative;
	margin: 0 15px 30px 15px;
	display: block;
	width: calc(33.333% - 30px);
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	border: 0.5px solid #000;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.post-container .text {
	position: relative;
	padding: 40px;
}

.post-container h3 {
	text-align: left !important;
	margin-bottom: 0 !important;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.post-container h3 a {
	color: #000;
}

.post-container .text p {
	margin: 0;
}

.weiterlesen, .weiterlesen:visited {
	position: relative;
	display: block;
	color: #222;
	padding: 10px;
	text-align: center;
	width: 180px;
	font-size: 18px;
	line-height: 18px;
	border-radius: 10px;
	background: #96d2dc;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
}

.weiterlesen:hover {
	background: #96d2dc;
	color: #222;
}

.post-container .date {
	position: relative;
	color: #000;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

/* ===================
    Footer
   =================== */
   
#footer-container footer {
	padding: 0;
}

#kontaktbox {
	float: left;
}

#footer-container footer nav {
    float: right;
    width: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
}

footer nav li {
	position: relative;
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 15px 10px;
}

footer nav li:last-child {
	padding: 0;
	margin: 0;
}

footer nav li a	{
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
	width: auto;
	background: none;
	color: #222;
	margin: 0;
}

footer nav li:last-child a	{
	height: 40px;
	line-height: 20px;
	padding: 10px;
	font-size: 20px;
	font-weight: 600;
	background: #96d2dc;
	color: #222;
	border-radius: 10px;
}

footer nav a:visited { color: #222; }
footer nav a:hover { color: #96d2dc; text-decoration: none; outline: none; } 
footer nav a:focus { color: #96d2dc; outline: none; }
footer nav a:active { color: #96d2dc; outline: none; }
footer nav .current-menu-item a, footer nav .current_page_item a, footer nav a:hover {
	color: #96d2dc;
	background: none;
}

.copyright {
	margin-top: 50px;
	text-align: center;
	color: #222;
	font-size: 12px;
	line-height: 18px;
}

/* ===================
    Responsive
   =================== */

@media only screen and (max-width: 1450px) {
	.wrapper { margin: 0 5%; width: 90%; }
}
@media only screen and (max-width: 1000px) {
	#nav-container { display: none; }
}
@media only screen and (max-width: 780px) {
}
@media only screen and (max-width: 650px) {
}
@media only screen and (max-width: 450px) {
}