/*!
Theme Name: svbm2021
Theme URI: http://www.svbm.ch/
Author: Lapala web solutions, Bad Ragaz
Author URI: http://www.lapala.ch/
Description: Custom Wordpress Theme, Design by Studio Risch
Version: 1.0.0f
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: svbm2021
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

svbm2021 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@font-face {
font-family: "Moderat-Regular";
src: url("webfonts/Moderat-Regular.eot");
src: url("webfonts/Moderat-Regular.woff") format("woff"), url("webfonts/Moderat-Regular.woff2") format("woff2");
}

@font-face {
font-family: "tiempos-light";
src: url("webfonts/tiempos-fine-web-light.woff2") format("woff2");
}

@font-face {
font-family: "tiempos-light-italic";
src: url("webfonts/tiempos-fine-web-light-italic.woff2") format("woff2");
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: rgb(3,46,81);
    font-family: "Moderat-Regular" !important;
	font-size: 24px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	font-weight: normal;
	word-break: break-word;
}

h1 {
	font-family: "tiempos-light";
	font-size: 150px;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-align: right;
	margin-bottom: 0px;
}

h1 em {
	font-family: "tiempos-light-italic";
}

.home h1,
.page-id-2499 h1,
.page-id-2502 h1 {
	color: #fff;
}

h2 {
	font-family: "tiempos-light";
	font-size: 155px;
	line-height: 1.03;
	letter-spacing: 0.04em;
	margin-bottom: 60px;
}

.home h2,
.page-id-2499 h2,
.page-id-2502 h2 {
	color: #fff;
}

h3 {
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 0.02em;
    margin-bottom: 30px !important;
}

h4 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0.04em;
    line-height: 1.25;
    font-weight: bold;
}

.single h4,
.mitglied h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'tiempos-light';
    letter-spacing: 0.04em;
    line-height: 1.25;
}


p {
	margin-top: 0;
	margin-bottom: 40px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

body.home,
body.page-id-2499,
body.page-id-2502{
	background: rgb(226,235,235);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 40px 0;
	padding-left: 50px;
}

ul {
	list-style: none;
}

p + ul {
	margin-top: -30px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.entry-content li {
	position: relative;
	margin-bottom: 20px;
}

.entry-content ul li:before {
	content: '';
	position: absolute;
	left: -50px;
	top: 15px;
	width: 30px;
    height: 3px;
    background: rgb(26,147,166);
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
    opacity: 0.9;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: rgb(26,147,166);
	text-decoration: none;
}

h2 a {
    color: #fff !important;
}

h3 a.pfeil {
	padding-right: 80px;
	background-image: url(images/Pfeil.svg) !important;
	background-size: 50px !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
}

h3 a.pfeil:hover {
	background-image: url(images/Pfeil-dunkel.svg) !important;
}

a:visited {
	color: rgb(26,147,166);
}

a:hover,
a:focus,
a:active {
	color: rgb(3,46,81);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 24px;
	line-height: 1.1;
	letter-spacing: 0.03em;
	padding: 15px 30px;
	border: none ;
	color: #fff ;
	background: rgb(26,147,166) ;
    border-radius: 36px;
    cursor: pointer;
	transition: all ease-in-out 300ms;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: block;
	margin: 60px auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: rgb(3,46,81) !important;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 0;
	border-bottom: 1px solid;
    border-radius: 0;
	color: rgba(26,147,166,0.2);
	border-color: rgba(26,147,166,0.2);
    padding: 3px 0;
    width: 100%;
    margin-bottom: 40px !important;
    background: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus, select:focus {
	color: rgb(26,147,166);
	border-color: rgb(26,147,166);
	outline: none;
}

.contactform-row {
    display: block;
    margin: 0;
    clear: both;
}

label {
	display: block;
}

.prefilled,
.floatinglabel {	
	color: rgba(26,147,166,0.2);
    position: relative;
}

.filled input,
.prefilled input,
.valid textarea {
	color: rgb(26,147,166);
	border-color: rgb(26,147,166);
}

span.floatingspan {
    position: absolute;
    top: 0;
    left: 0;
	transition: all ease-in-out 300ms;
	z-index: -1;
}

footer span.floatingspan {
	z-index: 1;
}


.wpcf7-form-control-wrap.focused + span, 
.wpcf7-form-control-wrap.filled + span,
.wpcf7-form-control-wrap.valid + span,
.prefilled .floatingspan {
    top: -30px;
}


/* User Frontend Form Labels */
body ul.wpuf-form.form-label-above li .wpuf-label {
    position: absolute;
    top: 0;
	transition: all ease-in-out 300ms;
	z-index: -1;
}

body ul.wpuf-form.form-label-above li.focused > .wpuf-label, 
body ul.wpuf-form.form-label-above li.filled > .wpuf-label,
body ul.wpuf-form.form-label-above li.valid > .wpuf-label {
    top: -30px;
}

li.wpuf-el.stelleninserat__pdf .wpuf-label {
    position: relative !important;
}

body .has-error {
    background: transparent !important;
    padding: 0 !important;
}

select {
  -webkit-appearance: none;
    background-color: transparent;
  	background-image: url(images/Plus-hell.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px;

	color: rgb(26,147,166);
	border: 0 !important;
	border-bottom: 1px solid !important;
	border-color: rgba(26,147,166,0.2) !important;
    margin-bottom: 40px !important;
	width: 100%;
    padding: 4px 0 !important;
}


.select2-container {
	color: rgb(26,147,166);
	border: 0 !important;
	border-bottom: 1px solid !important;
	border-color: rgba(26,147,166,0.2) !important;
    padding: 4px 0 !important;
    margin-bottom: 40px !important;
}

span.select2-selection.select2-selection--single {
    border: 0;
}

.select2-search--dropdown .select2-search__field {
	margin: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}


.filled select,
.prefilled select {
	color: rgb(26,147,166);
	border-color: rgb(26,147,166);
  	background-image: url(images/Plus.svg);
}

textarea {
	display: inline-table;
	width: 100%;
    max-height: 160px;
}



.form-half {
    float: left;
    width: 50%;
}

.form-half.first {
    padding-right: 15px;
}

.form-half.last {
    padding-left: 15px;
}

.wpcf7-not-valid-tip {
    font-size: 0.6em;
    position: absolute;
    bottom: -35px;
}

.wpcf7-checkbox + .wpcf7-not-valid-tip {
    bottom: -5px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.8em;
    text-align: center;
    color: red;
}

span.wpcf7-form-control-wrap.acceptance-356 {
    display: block;
    margin: 40px 0;
}



.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  position: relative;
  padding-left: 70px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  right: 0;
  top: 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0;
  padding: 0;
}



/* Checkbox Styling */
input[type="checkbox"] {
    display: none !important;
}

input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
	content: '';
  	width: 21px;
  	height: 21px;
  	background-color: #ffffff;
	border: 1px solid rgb(26,147,166);
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 5px;
}

input[type="checkbox"]:hover + span::before, 
input[type="checkbox"]:hover + label::before {
  	background-color: rgb(26,147,166) !important;
}

input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::before {
  	background-color: rgb(26,147,166) !important;
  	background-image: url("images/Kreuz.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 20px;
}

.wpcf7-list-item {
    position: relative;
    margin-left: 0;
	padding-left: 40px;
}


span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}

.wpcf7-checkbox span,
.wpcf7-list-item label {
	cursor: pointer;
}






::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(26,147,166,0.2);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(26,147,166,0.2);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(26,147,166,0.2);
}


/*--------------------------------------------------------------
# Newsletter Form
--------------------------------------------------------------*/

.mc4wp-form-fields {
    max-width: 444px;
    position: relative;
    margin-top: 65px;
}

.newsletter-send input {
    font-size: 0 !important;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 32px;
    margin: 0;
	background-image: url(images/Pfeil-hell.svg) !important;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	border-radius: 0;
}

.newsletter-send input:hover {
	background-image: url(images/Pfeil.svg) !important;
	background-color: transparent !important;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.site-header {
    position: absolute;
	z-index: 8;
}

.site-branding {
    margin-top: 82px;
    margin-left: 75px;
}
.menuopen .site-branding {
    position: fixed;
}

.site-branding a {
    display: block;
    width: 240px;
    height: 168px;
    background-image: url(images/svmm_Logo_RGB.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.menuopen .site-branding a {
    background-image: url(images/svmm_Logo_weiss.svg);
}

.loginrechts {
    position: fixed;
    z-index: 3;
    font-size: 24px;
    right: 30px;
    top: 50vh;
    transform: rotate(-90deg);
	color: #1a93a6;
}

.loginrechts.tologinarea {
	right: 0;
}

.loginrechts.active {
	display: none;
}


.loginrechts:hover {
	color: #032e51;
	cursor: pointer;
}

#loginbox {
    position: fixed;
	width: 400px;
	padding: 60px 60px 40px 40px;
    right: -400px;
    top: 40vh;
	background: #032e51;
	color: #ffffff;
	z-index: 3;
	transition: right ease-in-out 500ms;
}

#loginbox.active {
	right: 0;
}

#loginbox .login-submit input {
  margin-top: 0;
}

#closelogin {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    background: url(images/Schliessen.svg) no-repeat;
	cursor: pointer;
}


/* Login Shortcode Box */
.login-wrap {
    border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.login-wrap input[type="text"], .login-wrap input[type="password"] {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
	margin-top: 0;
}

.login-submit input[type="submit"] {
    padding: 15px 30px;
    height: auto;
    border-radius: 36px;
    border: 0;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin-right: 0;
}

.log-form-group.extra-links a:hover {
    color: #fff;
}





.error_wid_login {
    background-color: red;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 20px;
    position: fixed;
    left: 0;
    padding: 30px;
    top: 0;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
    background: rgb(3,46,81);
    z-index: 7;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out 300ms;
	padding-top: 100px;
	overflow: auto;
}

.main-navigation.active {
	visibility: visible;
	opacity: 1;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	text-align: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    color: #fff;
	font-size: 80px;
	line-height: 1.25;
	font-family: "tiempos-light";
}

.main-navigation li:hover > a {
    color: #1a93a6;
}

.main-navigation .current_page_item a {
    color: #1a93a6;
	font-family: "tiempos-light-italic";
}

.main-navigation li:hover > a {
	font-family: "tiempos-light-italic";
}






/* Language Switcher */
.wpml-ls-legacy-list-horizontal {
	position: fixed;
	bottom: 20px;
	right: 8.33%;
    border: 0;
}

.wpml-ls-legacy-list-horizontal a {
    font-size: 24px !important;
    font-family: "Moderat-Regular" !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a {
    color: rgb(26,147,166);
}




.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



/*
 * Mobile Menu
 * * * * * * * * */

.toggle-nav {
    width: 71px;
    height: 26px;
    cursor: pointer;
    position: fixed;
    padding-top: 10px;
	top: 108px;
	right: 86px;
	z-index: 9;
}

.toggle-nav span.lines, .toggle-nav span.lines:before, .toggle-nav span.lines:after {
  cursor: pointer;
  border-radius: 0px;
  height: 4px;
  width: 71px;
  background: rgb(26,147,166);
  position: absolute;
  display: block;
  content: '';
}
.toggle-nav span.lines:before {
  top: -10px;
}
.toggle-nav span.lines:after {
  bottom: -10px; 
}
.toggle-nav span.lines, .toggle-nav span.lines:before, .toggle-nav span.lines:after {
  transition: all 500ms ease-in-out;
}
.toggle-nav.active span.lines {
  background-color: transparent;
}
.toggle-nav.active span.lines:before, .toggle-nav.active span.lines:after {
  top: 0;
}
.toggle-nav.active span.lines:before {
  transform: rotate(45deg);
}
.toggle-nav.active span.lines:after {
  transform: rotate(-45deg);
}



body.menuopen {
    overflow: hidden;
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/*--------------------------------------------------------------
# Allgemein
--------------------------------------------------------------*/

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

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}

.vc_row {
	padding-top: 75px;
	padding-bottom: 75px;
}

.vc_row.nopadding, .vc_row.vc_inner {
	padding-top: 0;
	padding-bottom: 0;
}


/* Home Header */
.hometitle {
    position: absolute;
	width: 100%;
    z-index: 2;
	left: 0;
}

div#startbild {
    margin-top: 250px;
}



.strichvorne {
    padding-left: 105px;
}

.strichvorne:before {
    content: '';
    width: 72px;
    height: 5px;
    background: rgb(26,147,166);
    position: absolute;
    left: 15px;
    top: 33px;
}



@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

main#primary {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/
.calltoaction {
    position: absolute;
    left: 30px;
    width: 288px;
    height: 288px;
    border-radius: 50%;
    background: rgb(26,147,166);
    color: #fff;
    text-align: center;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 1.2;
	z-index: 4;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	transform: rotate(-30deg);
	padding: 33px;
	margin-top: -80px;
	transition: all ease-in 400ms;
}

.calltoaction:hover {
	transform: rotate(-20deg);
}


.home .calltoaction {
    position: fixed;
    top: 60vh;
	margin-top: 0px;
}


/*--------------------------------------------------------------
# Arrow Down
--------------------------------------------------------------*/
#btn-scroll {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 2;
    width: 48px;
    height: 22px;
    margin-left: -24px;
    cursor: pointer;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@-moz-keyframes bounce{0%,100%,20%,50%,80%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-30px)}60%{-moz-transform:translateY(-15px)}}@-o-keyframes bounce{0%,100%,20%,50%,80%{-o-transform:translateY(0)}40%{-o-transform:translateY(-30px)}60%{-o-transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}




/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.vc_btn3-container {
    margin-bottom: 0 !important;
}

.button,
.wpb_wrapper .vc_general.vc_btn3 {
    display: inline-block;
    font-size: 24px;
	line-height: 1.1;
	letter-spacing: 0.03em;
	padding: 15px 30px;
	border: none !important;
	color: #fff !important;
	background: rgb(26,147,166) !important;
	transition: all ease-in-out 300ms;
}

.button,
.wpb_wrapper .vc_btn3-container {
	margin: 40px 12px 40px 0;
	
}

.vc_btn3-container.vc_btn3-inline {
	margin: 6px 12px 6px 0 !important;
}

.button,
.wpb_wrapper .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 36px;
}

.button:hover,
.wpb_wrapper .vc_general.vc_btn3:hover {
	background: rgb(3,46,81) !important;
}


span.pfeil {
    display: inline-block;
    width: 25px;
    height: 17px;
    margin-left: 10px;
    background-image: url(images/Pfeil-weiss.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transition: all ease-in 300ms;
}

.button:hover span.pfeil,
.wpb_wrapper .vc_general.vc_btn3:hover span.pfeil {
	margin-left: 20px;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-entry {
    margin-top: 60px;
    width: 100%;
    max-width: 600px;
}

.news-entry .button {
    margin-bottom: 0;
}


/* Startseite */
.news-startseite .news-entry {
    margin-bottom: 60px;
}


/* Archiv */
.news-archive .news-entry {
    margin-bottom: 100px;
}

.news-archive .news-entry:nth-child(even) {
    margin-left: 50%;
}



/*--------------------------------------------------------------
# Kurs Startseite
--------------------------------------------------------------*/
.kurs-entry {
    margin-top: 60px;
    width: 100%;
    max-width: 600px;
    float: right;
}

.kurs-entry p,
.kurs-entry .button {
    margin-bottom: 0;
}


.kurs-entry .button {
    display: table;
}




/*--------------------------------------------------------------
# Mitarbeiter
--------------------------------------------------------------*/
.team-wrap {
    overflow: hidden;
    margin-left: -50px;
    margin-right: -50px;
}

.team-entry {
    width: 33.33%;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}

.team-fronttext {
	margin-top: 46px;
	margin-bottom: 50px;
    padding-left: 30%;
	min-height: 205px;
}






/*--------------------------------------------------------------
# Listen, Mitglieder, Kurse, Jobs
--------------------------------------------------------------*/

.list-wrap {
    border-top: 3px solid #e2ebeb;
    margin-bottom: 100px;
}

.list-entry {
	position: relative;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #e2ebeb;
    margin: -3px 0;
	overflow: hidden;
	display: flex;
}

.list-entry:hover {
    border-color: #1a93a6;
}

.mitglieder .list-entry:hover,
.kurse .list-entry:hover {
    cursor: pointer;
}

.list-entry:hover  .list-links,
.list-entry:hover  .list-rechts {
    color: #1a93a6;
}

.list-links {
    padding: 36px 0;
    padding-left: 8%;
    padding-right: 8%;
    flex: 0 0 60%;
	hyphens: none;
}

.list-links .haupttitel {
    font-size: 40px;
    line-height: 1.2;
}

.mitglieder .list-links {
    flex: 0 0 70%;
}

.mitglieder .list-rechts {
    padding: 36px 0;
    display: block;
    max-width: 25%;
}

.list-rechts {
    padding: 10px 0;
    max-width: 30%;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}

.textline p {
	margin: 0;
}

.list-zusatz {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.kursflag {
    position: absolute;
    right: 5px;
    top: 70px;
    background: rgb(3,46,81);
    color: #fff;
    padding: 10px;
    width: 220px;
    text-align: center;
    transform: rotate(-14deg);
}

.kursflag.red {
    background: red;
}


.jobs .list-zusatz {
	visibility: hidden;
}

.jobs .list-entry.haspdf .list-zusatz {
	visibility: visible;
}


.jobs .list-entry.haspdf {
	cursor: pointer;
}

.jobs .list-entry.haspdf .pfeil {
	transform: rotate(45deg);
}


.list-entry .pfeil {
    display: inline-block;
    width: 54px;
    height: 40px;
    background: url(images/Pfeil-hell.svg) no-repeat;
}

.list-entry:hover .pfeil {
    background: url(images/Pfeil.svg) no-repeat;
}





/*--------------------------------------------------------------
# Kurse Sortierung
--------------------------------------------------------------*/

.kurse__sort {
    display: flex;
	justify-content: flex-end;
    margin-bottom: 30px;
}

.sortlink {
	position: relative;
    margin-left: 40px;
    padding-right: 20px;
	cursor: pointer;
}

.sortlink:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 20px;
    background: url(images/Pfeil.svg) no-repeat;
    transform: rotate(90deg);
    top: 9px;
    right: 1px;
    opacity: 0;
    visibility: hidden;
}

.sortlink:hover {
	opacity: 0.7;
}

.sortlink.active {
	color: rgb(26,147,166);
}

.sortlink.active:after {
	opacity: 1;
	visibility: visible;
}







/*--------------------------------------------------------------
# Stelle inserieren
--------------------------------------------------------------*/

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields textarea, body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
    background: transparent !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(26,147,166,0.2) !important;
    color: #1a93a6 !important;
    width: 100% !important;
    border-color: rgba(26,147,166,0.2) !important;
	padding: 3px 0 !important;
}


body ul.wpuf-form li .wpuf-label {
    color: rgba(26,147,166,0.2);
    font-weight: normal !important;
}

body .wpuf-form .required {
    color: rgba(26,147,166,0.2) !important;
    font-weight: normal !important;
}

body ul.wpuf-form li {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

body ul.wpuf-form li .wpuf-fields .wpuf-help {
    margin: 0 !important;
}

.wpuf-error-msg {
    display: none !important;
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
	
    font-size: 24px !important;
    line-height: 1.1 !important;
    padding: 15px 30px !important;
    border: none !important;
    color: #fff !important;
    background: rgb(26,147,166) !important;
    border-radius: 36px !important;
    cursor: pointer !important;
	
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}


body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:hover, body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:hover {
    background: rgb(3,46,81) !important;
}

/*--------------------------------------------------------------
# Kurse Detailseite
--------------------------------------------------------------*/
article.kurs,
article.post,
article.mitglied {
    margin-left: 16.667%;
    margin-right: 16.667%;
}

.mitglied .entry-content,
.kurs .entry-content {
	overflow: hidden;
}

h3.entry-subtitle {
    text-align: right;
    max-width: 900px;
    margin-left: auto;
}

.single-left {
	position: relative;
    width: 37.5%;
    float: left;
    padding-right: 50px;
}

.single-right {
    width: 62.5%;
    float: left;
}

.single-left .kursflag {
    top: 44px;
    right: 25px;
}



div#loadmore {
    width: 40px;
    height: 40px;
    background: url(images/loader.svg) no-repeat;
    margin-left: auto;
    margin-right: auto;
}


/* Mitglied Slider */
.carousel.slide {
    margin-bottom: 150px;
}
.num {
    text-align: right;
    margin-bottom: 10px;
    color: #1a93a6;
}






/*--------------------------------------------------------------
# Akkordeon
--------------------------------------------------------------*/
.vc_tta.vc_general {
	border-top: 3px solid #e2ebeb;
}    

.vc_tta.vc_general .vc_tta-panel-heading {
    border: 0 !important;
}

.vc_tta-container .vc_tta .vc_tta-panel .vc_tta-panel-title>a {
    color: rgb(3, 46, 81) !important;
    font-weight: normal;
    text-transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
	border-left: 0;
	border-right: 0;
    background: #fff !important;
	transition: none !important;
}


.vc_tta-container .vc_tta .vc_tta-panel:hover .vc_tta-panel-title>a {
    color: #1a93a6 !important;
}
.vc_tta.vc_general .vc_tta-panel {
    position: relative;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #e2ebeb;
    margin: -3px 0;
    overflow: hidden;
}

.vc_tta.vc_general .vc_tta-panel:hover {
	border-color: #1a93a6;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
    border-color: #fff !important;
    padding-bottom: 80px;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    padding-right: 60px !important;
}


/* Pfeil */
.vc_tta .vc_tta-controls-icon:after, .vc_tta .vc_tta-controls-icon:before {
    display: none !important;
}

.vc_tta .vc_tta-controls-icon {
	width: 54px !important;
    height: 40px !important;
    background: url(images/Pfeil-hell.svg) no-repeat;
    transform: translateY(-50%) rotate(45deg) !important;
    right: 10px !important;
}

.vc_tta.vc_general .vc_tta-panel:hover .vc_tta-controls-icon {
	background: url(images/Pfeil.svg) no-repeat;
}


/*--------------------------------------------------------------
# Frontend Form Stelle inserieren
--------------------------------------------------------------*/

body ul.wpuf-form li:before,
.woocommerce li:before {
	display: none;
}




/*--------------------------------------------------------------
# SHOP
--------------------------------------------------------------*/
.entry-content .woocommerce {
    margin-left: 8.33%;
    margin-right: 8.33%;
}

p.woocommerce-result-count, 
.woocommerce .woocommerce-ordering,
.woocommerce ul.products li.product:before, .woocommerce-page ul.products li.product:before {
    display: none;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0;
    padding: 75px 0;
}

.woocommerce ul.products li.product img {
	float: left;
	width: 50%;
	margin-right: 10%;
}

.woocommerce ul.products li.product:nth-child(even) img {
    float: right;
	margin-right: 0;
	margin-left: 10%;
}

.woocommerce ul.products li.product:nth-child(even) h2,
.woocommerce ul.products li.product:nth-child(even) > span,
.woocommerce ul.products li.product:nth-child(even) > div,
.woocommerce ul.products li.product:nth-child(even) > a,
.woocommerce ul.products li.product:nth-child(even) > form {
    margin-left: 10%;
}

.woocommerce ul.products li.product .price {
    color: rgb(3,46,81);
    font-size: 1em;
}

.woocommerce ul.products li.product .price:after {
    content: 'Auf Lager';
    display: block;
    font-size: 0.8em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-family: "Moderat-Regular";
    font-size: 48px;
	text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
	width: 30%;
    display: inline-block;
}


form.variations_form.cart {
    float: left;
    position: relative;
    width: 30%;
}
table.variations {
    margin-right: 100px !important;
	margin-bottom: 0;
}
.variations input, .variations select {
    margin-top: 0 !important;
}
.variations select {
    max-width: 75%;
	margin-bottom: 40px;
}

.variations select option:first-child {
    color: red;
}

.variations label {
    display: none;
}

.woocommerce-shop .quantity {
    position: relative;
    height: 40px;
}

.woocommerce-variation-add-to-cart .quantity {
    position: absolute;
	right: 0;
    top: 0;
	margin-bottom: 0;
}

.woocommerce-variation-add-to-cart .quantity .qty {
    width: 50px;
}

.woocommerce .quantity .qty {
    color: rgb(26,147,166);    
	margin: 0 !important;
}

.woocommerce ul.products li.product .button {
    border-radius: 36px;
    font-weight: normal;
    padding: 15px 30px;
}

.woocommerce a.added_to_cart {
  display: block;
}


/* Order */
.woocommerce ul.order_details {
  padding-left: 0;
}


/* Cart Icon */
a.cart-customlocation {
    position: fixed;
    background-image: url(images/Warenkorb-tuerkis.svg);
	background-repeat: no-repeat;
	background-position: center;
    width: 54px;
    background-size: contain;
    display: block;
    height: 51px;
    right: 93px;
    top: 180px;
    z-index: 3;
}

a.cart-customlocation:hover {
    background-image: url(images/Warenkorb-dunkelblau.svg);
}

a.cart-customlocation span {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 10px;
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
    padding-right: 0;
    line-height: 1;
}





/* Warenkorb */
.woocommerce .entry-content h2,
.woocommerce-cart .entry-content h2,
.woocommerce-page .entry-content h2 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: normal;
    font-family: 'Moderat-Regular';
}

.woocommerce table.shop_table {
    border: 0;
    margin: 0;
}

.woocommerce table.shop_table td {
    border-top: 0;
}

.product-price, .product-subtotal {
    text-align: right;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
}

.woocommerce a.remove {
    height: 40px;
    width: 40px;
}

input#coupon_code {
    width: 210px;
    padding: 10px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 100px;
}
.woocommerce ul#shipping_method li input {
    margin: 12px 0.4375em 0 0;
}








/* Kasse */

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce form .form-row label {
    line-height: initial;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: none !important;
    width: 100%;
}



p.form-row.form-row-wide.mailchimp-newsletter {
    position: relative;
    padding: 0 0 0 70px;
}

h3#ship-to-different-address {
    font-size: 24px;
    font-weight: normal;
    margin-top: 80px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    position: relative;
    padding-left: 70px;
}

.woocommerce-additional-fields {
    margin-top: 80px;
}


h3#order_review_heading {
    margin-top: 80px;
}


.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 0;
}

div#payment {
    margin-top: 60px;
}

.entry-content #payment li:before {
	display: none !important;
}




/* Passswort vergessen */

form.woocommerce-ResetPassword.lost_reset_password {
    margin-bottom: 200px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	background: #fff;
	overflow: hidden;
	padding: 144px 0;
    margin-top: 75px;
}

footer h2 {
	font-family: "tiempos-light";
    color: #032e51 !important;
	margin: 0;
	font-size: 24px;
	line-height: 1.25;
	text-transform: uppercase;
}

footer .newsletter h2 {
    font-size: 50px;
    line-height: 1.2;
	text-transform: none;
    color: #032e51;
}

.footer-box {
    width: 16.66%;
    float: left;
}

.footer-box.newsletter {
    width: 33.33%;
    margin-left: 16.66%;
}

.dachverband a {
    display: block;
    height: 97px;
	max-width: 100%;
    margin-bottom: 40px;
    background-image: url(images/Logo_OdA_MM.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}



.loginmobile {
	display: none !important;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1769px) {
	
	h1 { font-size: 100px;}
	h2 { font-size: 100px;}
	h3 { font-size: 36px;}
	
	main#primary { padding-top: 80px;}
	div#startbild { margin-top: 170px;}
	
	.footer-box.newsletter { margin-left: 8.33%;}
}

@media screen and (max-width: 1399px) {
	
	h1 { font-size: 80px;}
	h2 { font-size: 80px;}
	h3 { font-size: 42px;}
	
	.calltoaction { left: 15px; width: 175px; height: 175px; font-size: 26px; transform: rotate(-24deg); padding: 30px; margin-top: 60px;}
	
	.team-fronttext {padding-left: 15px;}
	
	
	.footer-box.newsletter { margin-left: 0%;}
	.footer-box { width: 22%;}
	
}

@media screen and (max-width: 1199px) {
	
	.site-branding { margin-top: 20px; margin-left: 10px;}
	.site-branding a { width: 120px; height: 70px;}
	
	.toggle-nav { width: 50px; top: 30px; right: 15px;}
	.toggle-nav span.lines, .toggle-nav span.lines:before, .toggle-nav span.lines:after {width: 50px;}
	a.cart-customlocation { right: 15px; top: 80px;}
	
	a#btn-scroll { display: none !important;}
	
	main#primary { padding-top: 130px;}
	
	div#startbild { margin-top: 105px;}
	
	.loginrechts { right: -30px;}
	.loginrechts.tologinarea { right: -50px;}
	
	.button, .wpb_wrapper .vc_general.vc_btn3 { font-size: 18px;}
	body, button, input, select, optgroup, textarea { font-size: 18px;}
	
	.vc_row { padding-top: 25px; padding-bottom: 25px;}

	.list-links { font-size: 32px;  padding-left: 0;  padding-right: 20px;}
	.mitglieder .list-rechts { max-width: 30%;}
	
	
	h1 { font-size: 60px; text-align: left !important;}
	h2 { font-size: 60px; text-align: left !important;}
	h3 { font-size: 28px;}
	
	.main-navigation a { font-size: 68px;}

	.news-archive .news-entry:nth-child(even) { margin-left: 0;}
	
	.woocommerce ul.products li.product { padding: 40px 0;}
	form.variations_form.cart { width: 45%;}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { font-size: 36px; width: 40%;}
	.woocommerce ul.products li.product:nth-child(even) h2,
	.woocommerce ul.products li.product:nth-child(even) > span,
	.woocommerce ul.products li.product:nth-child(even) > div,
	.woocommerce ul.products li.product:nth-child(even) > a,
	.woocommerce ul.products li.product:nth-child(even) > form {
		margin-left: 0;
	}
	.woocommerce ul.products li.product .button { float: right;}
	.woocommerce ul.products li.product:nth-child(even) .button { float: left;}
	input#coupon_code { width: 100%;}
	
	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input { width: 100%; margin-bottom: 20px;}
	
	.footer-box.newsletter { width: 100%; margin-left: 16.66%;}
	.footer-box.kontakt, .footer-box.openinghours, .footer-box.credits { width: 100%; margin-left: 16.66%;}
}

@media screen and (max-width: 767px) {
	
	.main-navigation { padding-top: 120px;}
	.main-navigation li { margin-bottom: 5px;}
	.main-navigation a { font-size: 42px;}
	
	.loginmobile {
		font-family: 'Moderat-Regular' !important;
		text-transform: uppercase;
		font-size: 18px !important;
		margin-left: 30px;
		margin-top: 40px;
		color: rgb(26,147,166) !important;
		display: inline-block !important;
	}
	#loginbox {width: 100%; right: -100%; top: 30vh;z-index: 9;}
	
	.wpml-ls-legacy-list-horizontal { bottom: 10px; right: 30px;}
	.wpml-ls-legacy-list-horizontal a {font-size: 18px !important;}
	
	.loginrechts, a#btn-scroll { display: none !important;}
	
	.home .calltoaction { position: absolute; top: inherit; margin-top: 100px;}
	
	h1 { font-size: 42px;}
	h2 { font-size: 42px;}
	h3 { font-size: 28px;}
	h4 {font-size: 20px;}
	.single h4, .mitglied h4 {font-size: 24px;}
	
	.hometitle { left: 15px;}
	
	
	.vc_row { padding-top: 15px; padding-bottom: 15px;}
	
	div#startbild { margin-top: 70px;}
	
	.news-entry, .kurs-entry { margin-top: 30px;}
	
	.strichvorne { padding-left: 60px;}
	.strichvorne:before { width: 44px; height: 3px; left: 15px; top: 17px;}
	
	.team-wrap { margin-left: -15px; margin-right: -15px;}
	.team-entry {width: 100%; padding-left: 15px; padding-right: 15px;}
	.team-fronttext { margin-top: 30px; margin-bottom: 50px; padding-left: 25%; min-height: inherit;}
	
	article.kurs, article.post, article.mitglied { margin-left: 0; margin-right: 0;}
	.carousel.slide { margin-bottom: 50px;}
	.single-left { width: 100%; padding-right: 0;}
	.single-right { width: 100%; margin-top: 100px;}
	
	.list-entry { display: block;}
	.list-links { padding: 20px 0 10px 0; font-size: 28px; padding-left: 0px; padding-right: 0; flex: 1;}
	.list-rechts, .mitglieder .list-rechts { padding: 0 0 20px 0; max-width: 100%;}
	.list-links .haupttitel { font-size: 34px;}
	
	.entry-content .woocommerce { margin-left: 0; margin-right: 0;}
	.woocommerce ul.products li.product { padding: 20px 0;}
	.woocommerce ul.products li.product img {width: 100%;margin-right: 0;}
	.woocommerce ul.products li.product .button { float: none !important;}
	.woocommerce ul.products li.product:nth-child(even) img {margin-right: 0;margin-left: 0;}

	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { width: 100%;}
	form.variations_form.cart { width: 100%;}
	
	
	.form-half.first { padding-right: 0;}
	.form-half.last { padding-left: 0;}
	.form-half { width: 100%;}
	
	.kurse__sort {display: block;}
	.sort__title {width: 100%;}
	#datum__sort { margin-left: 0;}
	.sortlink { display: inline-block; margin-top: 10px; flex: 1;}
	.sortlink:after { top: 4px; right: 2px;}
	
	
	footer#colophon { padding-top: 250px; padding-bottom: 40px;}
	.footer-box, .footer-box.newsletter, .footer-box.kontakt, .footer-box.openinghours, .footer-box.credits { width: 100%; margin-left: 0; margin-right: 0;}
	footer .newsletter h2 { font-size: 32px;}
	footer h2 { font-size: 20px;}
}
