/*
Theme Name: NEMIN WP
Theme URI: https://nemin.de
Description: NEMIN WP
Author: Manuel Neunkirchen
Author URI: https://nemin.de
Template: Total
Version: 1.0
*/

body {
  font-family: "Arial Narrow", "Archivo Narrow", sans-serif;
}

.wpml-ls-menu-item .wpml-ls-flag+span {
	font-size: 0.8em;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0!important;
}

.wpml-ls-slot-9 .link-inner {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px!important;
  padding: 2px 10px 5px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Navigation */
.navbar-style-three, body.page-header-disabled .navbar-style-three, #site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
	border: none;
}

@media screen and (max-width: 959px) {
	#footer-bottom-menu li {
		display:  block;
	}
	#footer-bottom-menu li:not(:first-child) {
		margin-left: 0px;
	}
}

/* Contact Form */
.nf-form-content {
	margin: 0!important;
	max-width: 100%!important;
	padding: 0!important;
}
.nf-form-content .list-select-wrap .nf-field-element>div:focus, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus, .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	border: none!important;
	background:  #fafafa!important;
}
.nf-field-label label {
	font-weight: 400!important;
	line-height: 1.4!important;
}
.checkbox-container.label-right label:after {
	top: 4px!important;
}
.checkbox-container.label-right label:before {
	top: -5px!important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	background: #00BCD4!important;
	color: #ffffff!important;
	margin-top: 40px!important;
	padding: .538em 1.077em!important;
	font-size: .923em!important;
	font-weight: 400!important;
	border: 0!important;
	cursor: pointer!important;
	line-height: 1.65!important;
	-webkit-appearance: none!important;
	-webkit-font-smoothing: inherit!important;
	text-decoration: none !important!important;
	text-align: center!important;
	max-width: 100%!important;
	transition: 0.15s all ease!important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	background: #00BCD4!important;
}

/* Map abrunden */
#karte .wpb_map_wraper{
  border-radius: 16px;
  overflow: hidden;
}

#karte .wpb_map_wraper iframe{
  display: block;
  width: 100%;
}

/* Vorteils-Boxen */
div.advantage-box {
	padding: 32px 32px!important;
}

div.advantage-box div.advantage {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 8px;
}