@charset "UTF-8";

/*
	Theme Name: Buzzard
	Theme URI: http://html5blank.com
	Description: based on HTML5 Blank
	Version: 0.0.1
	Author: David Guttandin
	Author URI: https://datschge.de
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

:root {
    --color-buzzard: #483b55;
    --color-buzzard-light: #7d5d8b;
    --buzzard-gradient: linear-gradient(to right, var(--color-buzzard), var(--color-buzzard-light));
    --color-grey-100: #e3ecec;
    --color-grey-200: #d0dada;
    --color-grey-300: #9fa7a7;
    --color-grey-500: #6f7878;
    --color-grey-700: #424747;
    --color-grey-900: #272727;
    --color-main-100: #e7f5fd;
    --color-main-200: #d0ecfc;
    --color-main-300: #5cbff4;
    --color-main-500: #009bef;
    --color-main-700: #005583;
    --color-main-900: #001d2c;
    --color-cool-white-100: #fbfcfc;
    --color-cool-white-200: #f8fafa;
    --color-cool-white-300: #f4f7f7;
    --color-cool-white-400: #f0f4f4;
    --color-accent: #faed26 /*#00e6b4*/;
    --color-accent-text: #001d2c /*#00e6b4*/;
    --shadow: 0 .3rem .25rem rgba(0, 29, 44, 0.12),
                0 .5rem .4rem rgba(0, 29, 44, 0.1),
                0 .1rem .7rem rgba(0, 29, 44, 0.08);
    --shadow-big: 0 14px 28px rgba(0,29,44,.25),
                0 10px 10px rgba(0,29,44,.22);
    --shadow-text: 1px 1px 0 rgba(255, 255, 255, 1),
                1px -1px 0 rgba(255, 255, 255, 1),
                -1px -1px 0 rgba(255, 255, 255, 1),
                -1px 1px 0 rgba(255, 255, 255, 1);
    --fadeout: linear-gradient(to top, #000f, #0000 50%);
    --fadeout-high: linear-gradient(to top, #000f, #0000 66%);

}

@media (prefers-color-scheme: dark) {
    :root {
        --color-grey-100: #1c1313;
        --color-grey-200: #2f2525;
        --color-grey-300: #605858;
        --color-grey-500: #908787;
        --color-grey-700: #bdb8b8;
        --color-grey-900: #d8d8d8;
        --color-main-100: #180a02;
        --color-main-200: #2f1303;
        --color-main-300: #a3400b;
        --color-main-500: #ff6410;
        --color-main-700: #ffaa7c;
        --color-main-900: #ffe2d3;
        --color-cool-white-100: #040303;
        --color-cool-white-200: #070505;
        --color-cool-white-300: #0b0808;
        --color-cool-white-400: #0f0b0b;
        --shadow: 0 .3rem .25rem rgba(255, 226, 211, 0.16),
                0 .5rem .4rem rgba(255, 226, 211, 0.14),
                0 .1rem .7rem rgba(255, 226, 211, 0.12);
        --shadow-big: 0 14px 28px rgba(255, 226, 211,.25),
                0 10px 10px rgba(255, 226, 211,.22);
    }
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body {
    margin: 0;
	font:400 calc(1.5em + .3vw)/2.8rem 'proxima-nova', sans-serif;
	color:var(--color-grey-900);
    background-color:var(--color-cool-white-400);
    scrollbar-width: thin;
    scrollbar-color: var(--color-buzzard) var(--color-cool-white-100);
}

body::-webkit-scrollbar {
    width: 1.2rem;
}

body::-webkit-scrollbar-track {
    background: var(--color-cool-white-100);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-buzzard);
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
    height: auto;
	vertical-align:bottom;
}
a {
	color:var(--color-main-900);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
	color:var(--color-buzzard-light);
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

.nav a,
post .overlay .titlebox h1 a,
post .overlay li a {
    text-decoration: none;
}

input:focus {
	outline:0;
	border:1px solid var(--color-main-300);
    padding: 2px;
}

strong {
    font-weight: 600;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:125rem;
	margin:0 auto;
	position:relative;
}

body:not(.woocommerce-checkout) .wrapper {
    animation: fadein 1.5s/*, moveup 1.5s*/;
}


/* header */
.header {
    min-height: 5.6rem;
    max-height: 8.0rem;
    background-image: var(--buzzard-gradient);
    background-color: var(--color-buzzard);
    box-shadow: var(--shadow);
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header-container {
    max-width: 125rem;
    margin: 0 auto;
}
.header a {
    color: #fff;
    transition: all .6s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
}
/* logo */
.logo {
    margin: 1.2rem 2rem 0;
    display: inline-block;
}
.logo .icon.long {
    width: 8rem;
    height: 3rem;
}
.logo .icon.short {
    width: 1.9rem;
    height: 3rem;
    display: none;
}
/* nav */
.nav {
    display: inline-block;
    font-size: 2rem;
    width: calc(100vw - 16rem);
    max-width: 112rem;
}

body:not(.premium-user) .nav {
    width: calc(100vw - 14rem);
}

.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.nav ul a {
    display:block;
    padding: .1rem .5rem;
}
.nav ul li {
    display:block;
    float:left;
    padding: 0 .5rem;
}
.nav ul li ul {
    position: absolute;
    left: initial;
    opacity: 0;
    visibility: hidden;
    display: none;
    background-image: var(--buzzard-gradient);
    background-color: var(--color-buzzard-light);
    z-index: 99;
}

.nav li:hover > ul {
    opacity: 1;
    padding: 1rem;
    visibility: visible;
    left: auto;
    display: block !important;
    box-shadow: var(--shadow-big);
    animation: fadein .3s, movedown .3s;
    min-width: 14.5rem;
}

.nav .nav-right ul li ul {
    margin-left: -10rem /*-16rem*/;
}

.nav ul li ul li {
    float: none;
/*     text-align: right; */
    padding: .5rem 0;
}

.nav li .line {
    width: auto;
    margin: .3rem .5rem 0;
    border-color: #fff;
}

.nav .sub-menu {
    z-index: 99;
}

.nav-right {
    float: right;
    min-width: 10rem;
    text-align: right;
}

.header a:hover,
.header a.current,
.header svg.current {
    color: var(--color-accent);
}

.header a.current .icon {
    stroke: var(--color-accent);
    fill: var(--color-accent);
}

@media only screen and (max-width:920px) {
    .nav-right ul a span {
        display: none;
    }
}

@media only screen and (max-width:712px) {
    .logo .icon.long {
        display: none;
    }
    .logo .icon.short {
        display: inline-block;
    }
    .nav {
        width: calc(100vw - 5.6rem);/* 7.6rem */
    }
    body:not(.premium-user) .nav {
        width: calc(100vw - 5.6rem);
    }
    .logo {
        margin: 1.2rem 0 0 2rem;
        display: inline-block;
    }
    .nav-right {
        min-width: 8rem;
    }
}

@media only screen and (max-width:1143px) {
    .nav ul a span {
        display: none;
    }
}

@media only screen and (max-width:455px) {
    .nav-right {
        min-width: auto;
    }
    .nav ul li {
        padding: 0;
    }
}

@media only screen and (max-width:335px) {
    .cta-button.ft14d {
        display: none;
    }
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
    text-align: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.button {
    display: inline-block;
    border: solid 1px blue;
    border-radius: 2rem;
    padding: .5rem 3rem;
    font-size: initial;
}

.button:hover {
    cursor: pointer;
    box-shadow: var(--shadow);
}
.star.enabled:before {
    content: '★';
    color: #ff9800;
}
.star.disabled:before {
    content: '☆';
    color: #9E9E9E;
}
.star.enabled {
    color: black;
}
.star.disabled {
    color: #9E9E9E;
}

/* article, */
.woocommerce-MyAccount-content,
post {
    background-color: var(--color-cool-white-100);
    overflow: hidden;
    margin: 1.6rem .8rem;
    box-shadow: var(--shadow);
    padding: 2rem;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

post:not(.article,.ngs,.home.rubric):hover {
    box-shadow: var(--shadow-big);
    cursor: pointer;
}

thumb {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 33%;
    background: white;
    position: relative;
}

thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: black 0 0 .2rem;
}

thumb img {
    margin-top: -12.5%;
}

thumb h1 {
    position: relative;
    bottom: 4rem;
    width: 100%;
    text-align: center;
}

content {
    display: block;
    margin: 2rem;
}

form.search {
    display: inline-block;
    font-size: initial;
}

nav form.hidden {
    display: none;
}

.graph.bar {
    display: inline-block;
    height: 1rem;
    width: 200px;
    border: 1px #000 solid;
}

.bar .yay, .bar .nay {
    top: -1rem;
    position: relative;
    height: 100%;
    display: inline-block;
    transition: all .4s ease-out;
}

.bar .yay {
    background-color: #0F0;
}

.bar .nay {
    background-color: #F00;
}

.post-tile-not-selected {
    display: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    INPUT
\*------------------------------------*/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="submit"] {
    color: var(--color-grey-900);
    background-color: var(--color-cool-white-100);
    border: 1px solid var(--color-cool-white-100);
    border-bottom-color: var(--color-grey-200);
    min-width: 15rem;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select {
    cursor: pointer;
}

select:hover {
    box-shadow: var(--shadow-big);
}

textarea {
    border-color: var(--color-grey-300);
}

fieldset {
    border: 1px solid var(--color-grey-200);
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

#suggestform {
    position: fixed;
    top: calc(50% - 10rem);
    left: calc(50% - 10rem);
    height: 20rem;
    width: 20rem;
    background: #fff;
    padding: 1rem;
    box-shadow: #000 0 0 1rem;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


/*------------------------------------*\
    Checkout specific styles
\*------------------------------------*/

.woocommerce-checkout .shop_table,
.woocommerce-checkout #payment {
    background-color: var(--color-cool-white-400) !important;
}

.woocommerce-checkout .payment_box {
    background-color: var(--color-grey-100) !important;
    color: var(--color-grey-900) !important;
}

.woocommerce-checkout .payment_box::before {
    border-bottom-color: var(--color-grey-100) !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
    margin: 0 -1em;
}

.woocommerce-checkout .woocommerce-notices-wrapper ul,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0 !important;
}

.woocommerce-checkout .woocommerce-form-coupon input,
.woocommerce-checkout .woocommerce-form-coupon button {
    width: calc(50% - .3vw);
}

.woocommerce-checkout article {
    background: url(/wp-content/uploads/2020/05/bg-1.jpg) center center fixed;
    background-size: cover;
    min-height: 100vh;
}

.woocommerce-checkout .checkout-first-part,
.woocommerce-checkout form.checkout {
    background: var(--color-cool-white-100);
    padding: 0.1rem 2rem 1.2rem;
}

.woocommerce-checkout .wc_payment_methods label {
    display: inline;
}

.woocommerce-checkout .create-account .checkbox input[type=checkbox],
.woocommerce-checkout .wc-gzd-checkbox-placeholder-legal .checkbox input[type=checkbox] {
    position: relative;
}

.woocommerce-checkout .legal {
    margin-bottom: 3rem !important;
}

.woocommerce-checkout .woocommerce-thankyou-order-details ~ p,
.wdgk_loader_img,
.woocommerce-checkout .about_paypal,
.woocommerce-checkout:not(.woocommerce-order-received) .header,
.woocommerce-checkout .shariff,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout .footer/*,
.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_postcode_field*/,
.woocommerce-checkout #billing_country_field,
.woocommerce-edit-address #update_all_subscriptions_addresses_field,
.wc_payment_method.payment_method_invoice {
    display: none !important;
}

.woocommerce-lost-password .woocommerce form,
.woocommerce-lost-password .woocommerce input {
    max-width: 640px;
    text-align: center;
    margin: auto;
}

.woocommerce-lost-password .woocommerce form .woocommerce-form-row {
    width: auto;
    float: none;
}

.woocommerce-checkout .wrapper,
.woocommerce-checkout article{
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    max-width: 100%;
    border-radius: 0;
}

.woocommerce-checkout .woocommerce {
    margin: 0;
}

.woocommerce-checkout .page-wrap,
.woocommerce-checkout .woocommerce,
.woocommerce-checkout .post-wrap,
.woocommerce-checkout #primary,
.woocommerce-checkout #place_order,
.woocommerce-checkout article {
    width: 100% !important;
}

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

.woocommerce-checkout .wdgk_change_donation,
.woocommerce-checkout .wdgk_donation,
.woocommerce-checkout .wdgk_add_donation {
    width: 31.4% !important;
    margin: .3em .1em !important;
    text-align: right;
    color: var(--color-grey-900) !important;
    background-color: var(--color-grey-200) !important;
}

.woocommerce-checkout #primary.col-md-9 {
    padding: 0 !important;
}

.woocommerce-checkout .content-area .post-wrap {
    padding-right: 0;
}

@media only screen and (max-width: 430px) {
    .woocommerce-checkout .wdgk_change_donation,
    .woocommerce-checkout .wdgk_donation,
    .woocommerce-checkout .wdgk_add_donation {
        width: calc(50% - .6rem) !important;
    }
}

.woocommerce-checkout .wdgk_donation {
    padding: 0;
}

.woocommerce-checkout .wdgk_donation.selected {
    font-weight: 700;
}

.woocommerce-checkout .wdgk_donation::placeholder {
    color: var(--color-grey-900);
    font-size: 75%;
}

.woocommerce-checkout .wdgk_change_donation.selected,
.woocommerce-checkout .wdgk_donation.selected,
.woocommerce-checkout .wdgk_add_donation.selected,
.woocommerce-checkout button {
    background-color: var(--color-accent) !important;
    color: #000 !important;
}

.woocommerce-checkout h2,
.woocommerce-checkout h3 {
    font-size: calc(1.5rem + .3vw) !important;
    margin-top: 24px;
    text-decoration: underline;
}

.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="password"] {
    border-width: 0 0 1px !important;
    height: 2.8em !important;
}

.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-account-fields label {
    font-size: 75%;
}

.wdgk_error_front {
    color: red;
}

.wdgk_error_front,
.wdgk_loader{
    margin: 5px;
    width: auto !important;
    text-align: right;
}

input:focus{
    outline: none;
}

body.woocommerce-checkout {
    background: transparent;
}

body.woocommerce-checkout.admin-bar {
    margin-top: -46px;
}

.woocommerce-checkout:not(.woocommerce-order-received) a,
.woocommerce-checkout input[type="number"] {
    vertical-align: top;
}

.woocommerce-checkout input[type="number"] {
    height: 3em !important;
    font-size: inherit;
}

.wdgk_donation_content {
    text-align: right;
}

.wdgk_donation_content sup {
    display: block;
}

.wdgk_donation_content span {
    font-weight: 300;
    font-size: 80%;
}

.tpcnotice {
    color: red;
    position: fixed;
    z-index: 9;
    margin: 1.1em 0;
    padding: .5em 1em;
    background-color: #fffc;
    text-align: center;
}

.woocommerce-checkout ul.order_details li {
    border-right: 0;
}

.woocommerce-checkout ul.order_details li strong {
    display: inline-block;
}

.woocommerce-checkout .pakettitle {
    margin-bottom: 0;
}

.woocommerce-checkout .paketsub {
    margin-bottom: 24px;
    color: var(--color-grey-900);
}

.woocommerce-checkout .paket_details {
    border: 2px solid #9D8D8F;
    margin: 3rem 0;
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 450px) {
    .woocommerce-checkout .paket_details {
        flex-direction: column;
    }
}

.woocommerce-checkout .paket_details .left {
    background: #9D8D8F;
    padding: 5rem 1.5rem;
    text-align: center;
    min-width: 25rem;
}

.woocommerce-checkout .paket_details .left img {
    height: 66px;
}

.woocommerce-checkout .paket_details .left hr {
    margin-top: -2px;
    border: 0;
    border-bottom: 2px solid #46344E;
}

.woocommerce-checkout .paket_details .left .title {
    color: var(--color-accent);
    font-size: 135%;
}

.woocommerce-checkout .paket_details .left .title sup {
    color: #000;
}

.woocommerce-checkout .paket_details .right {
    padding: 1rem 1.5rem;
    width: 100%;
}

.woocommerce-checkout .paket_details .right .mon {
    font-weight: 900;
    font-size: 120%;
    color: var(--color-grey-900);
}

.woocommerce-checkout .paket_details .right hr {
    border: 0;
    border-bottom: 1px solid #9D8D8F;
}

.woocommerce-checkout .paket_details .right ul {
    margin: 0;
    padding-left: 19px;
}

.woocommerce-checkout .fineprint {
    color: var(--color-grey-500);
    text-align: center;
}

.standalone-header {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 2rem;
    margin: 0 -2rem;
}

.standalone-header a img {
    width: 33%;
}

.standalone-header h1 {
    color: var(--color-accent);
    font-weight: 700;
    margin: 3rem 0 1rem;
    font-size: 24px !important;
    line-height: 100%;
}

@media only screen and (min-width: 640px) {
    .standalone-header {
        font-size: 20px;
    }
    .standalone-header h1 {
        font-size: 40px !important;
    }
    .woocommerce-checkout .woocommerce {
        width: 640px !important;
        margin: auto;
    }
    .woocommerce-checkout #page {
        background: var(--color-buzzard);
        padding-bottom: 6rem;
    }
}

.woocommerce-checkout .order-total.recurring-total {
    visibility: hidden;
}

.woocommerce-checkout .first-payment-date {
    margin-top: -3rem;
    visibility: visible;
}

.woocommerce-form-coupon-toggle,
.woocommerce-cart #masthead,
.woocommerce-cart #secondary,
.woocommerce-cart #colophon,
.woocommerce-cart .entry-header,
.woocommerce-cart .go-top {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received h1 {
    text-align: center;
    color: var(--color-buzzard);
    font-size: 35px !important;
    font-weight: 900 !important;
    margin-bottom: 0;
}

.woocommerce-order-received .center {
    text-align: center;
}

.woocommerce-order-received .center.img {
    margin: 1.5em;
}

.woocommerce-order-received h3 {
    text-align: center;
    font-size: 22px !important;
    margin: 1.5em 0;
    text-decoration: none;
}

.woocommerce-order-received .fat {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2em;
    color: var(--color-buzzard);
    margin: 2em auto;
}

.woocommerce-order-received .center.share {
    margin: 2em 0;
}

.woocommerce-order-received .center.share a {
    margin: 0 .3em;
}

.woocommerce-thankyou-order-details {
    width: auto;
    margin: 3em auto;
    padding-bottom: 3em;
}

.woocommerce-thankyou-order-details td {
    padding: 0;
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--members-area,
.woocommerce-MyAccount-navigation-link--customer-logout {
    display: none !important;
}

@media only screen and (min-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none !important;
        width: auto !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left !important;
        width: 21rem !important;
        margin-top: 16px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation-link a {
        width: 20rem;
    }
}

@media only screen and (max-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        text-align: center;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        display: inline-block;
    }

    .woocommerce-MyAccount-content {
        margin: 0;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    background-color: var(--color-grey-200);
    padding: .5rem 1rem;
    margin-bottom: .5rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: var(--color-accent);
    color: var(--color-accent-text);
}

.aw-referrals-well {
    background: transparent !important;
}

.aw-referrals-share-widget--position-thankyou-top {
    background: #fff !important;
    color: #000;
}

.aw-referrals-share-widget--position-thankyou-top a {
    color: var(--color-buzzard);
}

.woocommerce-order-received .woocommerce-order {
    background: var(--color-cool-white-100);
}

.banner {
    background: var(--color-accent);
    color: var(--color-buzzard);
    padding: 2em;
    margin: 2em -1em;
    text-align: justify;
}

post {
    width: calc(100% - 2rem);
    display: inline-block;
    vertical-align: top;
}

post.article {
    margin: 1.6rem auto;
    display: block;
}

@media only screen and (min-width:768px) {
    post:not(.article) {
        width: min(calc(50vw - 2.5rem),60.5rem);
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .three-columns post:nth-child(3) {
        display: none;
    }
}

.pagination {
    text-align: center;
}

post > h1:first-child {
    margin-top: 0;
}

.background.lazy {
    background-image: none !important;
}

/*.background:not(.lazy) {
    animation: fadeIn .5s;
}*/

post .background {
    margin: -2rem;
    height: 30rem;
    overflow: hidden;
    background-color: var(--color-buzzard);
    background-size: cover;
    background-position: center center;
}

post.article .background {
    height: 40rem;
}

post.info .background {
    height: 8rem;
}

.three-columns post.info .background {
    height: 12rem;
}

post .overlay {
    margin-top: -8rem;
    margin-bottom: 2rem;
}

post.info .overlay {
    margin-top: -6rem;
}

post .overlay.dertag {
    margin-top: -10.8rem;
}

post .license {
    text-align: center;
    font-size: 66%;
    display: inline-block;
    line-height: 1.2rem;
    width: 100%;
}

post .license,
post .license a {
    color: #888;
}

post .titlebox {
    box-shadow: var(--shadow);
    background-color: var(--color-cool-white-100);
    padding: 1.5rem 2rem;
    display: inline-block;
    width: 100%;
}

post.article .titlebox h1 {
    font-size: 150%;
    line-height: 125%;
}

post.info .titlebox {
    text-align: center;
}

post .titlebox h1 {
    margin: 0;
}

post.info .titlebox h1 {
    border-bottom: 3px solid var(--color-buzzard);
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

post:not(.article) .overlay:not(.dertag) .titlebox .container {
    border-left: solid 3px var(--color-accent);
    padding-left: 1rem;
}

post .sourcebox {
    padding: 1rem 2rem;
    margin: 1rem 0 .5rem;
    background-color: var(--color-cool-white-400);
}

post .subtitle {
    font-size: 80%;
    background-color: var(--color-grey-100);
}

post .dertag {
    border-left: solid 3px var(--color-accent);
    padding-left: 2rem;
}

post .dertag h1 {
    margin: 0;
}

post .overlay.dertag h1.title {
    font-size: 150%;
    margin-bottom: 1.6rem;
}

post .overlay.dertag h1 span {
    font-size: 75%;
    font-weight: 100;
}

post .dertag h1 a,
post.home .overlay .title a {
    color: #fff;
    text-decoration: none;
}

post .dertag ul {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

post .dertag li {
    margin: 1rem 0;
}

post .dertag .arrow {
    float: right;
    font-size: 150%;
    margin: 1.5rem 0 0 1rem;
}

.buzz-button,
.source-button,
post .post-type,
.cta-button,
.bookmark,
#ngs button {
    display: inline-block;
    padding: .5rem 2rem;
    margin: 0 1rem 1rem 0;
    border-radius: 3rem;
    box-shadow: var(--shadow);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    white-space: nowrap;
}

#ngs button {
    font-size: 2rem;
}

.buzz-button:hover,
.source-button:hover,
.catbar li a:hover,
.cta-button:hover,
.bookmark:hover,
#ngs button:hover {
    box-shadow: var(--shadow-big);
}

.cta-button {
    color: #000 !important;
    background: var(--color-accent) !important;
    margin: 3rem 0;
}

h1.home .cta-button.float-right {
    font-size: 1.9rem;
    font-weight: initial;
    margin: 0;
    margin-top: -1rem;
}

.buzz-button,
#ngs button {
    color: white;
    border: 1px solid var(--color-buzzard);
    background-color: var(--color-buzzard);
}

.buzz-button:hover,
#ngs button:hover {
    color: var(--color-accent);
}

#ngs button:hover {
    cursor: pointer;
}

.source-button {
    border: 1px solid var(--color-grey-100);
    font-size: 80%;
    color: var(--color-grey-500);
    margin: 0 1rem 1rem 0;
}

.source-button img {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    vertical-align: sub;
    margin: 0 .5rem 0 -1rem;
    background: white;
    object-fit: cover;
}

post .post-type-container {
    text-align: right;
    margin-top: -3rem;
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

post .bookmark-container {
    text-align: right;
    height: 2em;
    overflow: visible;
}

post.info .post-type-container {
    display: none;
}

post .post-type {
    background: var(--color-cool-white-100);
    font-size: 80%;
    padding: 0 1rem;
    display: inline-block;
    margin-top: 3rem;
}

post .post-type-container + .background {
    margin: -6rem -2rem -2rem;
}

post .bookmark-container + .background {
    margin: -6rem -2rem -2rem;
}

.center {
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 0 .5rem;
}

.catbar {
    list-style: none;
    padding: 1rem 0 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    width: 100%;
    height: calc(100% + 50px);
    overflow: scroll hidden;
}

.catbar li {
    display: inline;
}

.catbar a {
    text-decoration: none;
    font-size: 80%;
    display: inline-block;
    padding: .2rem 1rem .1rem;
    margin: 0 1rem;
    border-radius: 2rem;
    background-color: var(--color-cool-white-400);
    box-shadow: var(--shadow);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.catbar a:hover,
.catbar a:active {
    background-color: var(--color-cool-white-100);
}

.catbar a.selected {
/*    background-color: var(--color-accent);
    color: #000;*/
    background-color: var(--color-buzzard-light);
    color: #fff;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@keyframes moveup {
    from {
        margin-top: 10rem;
    }
    to {
        margin-top: 0;
    }
}

@keyframes movedown {
    from {
        margin-top: -2rem;
    }
    to {
        margin-top: 0;
    }
}

.icon {
    display: inline-block;
    width: 1.5em;
    height: 1.25em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: sub;
}

.icon.nofill {
    fill: none;
}

.nav ul .icon {
    height: 1.8rem;
    vertical-align: unset;
}

.nav ul .icon.bigger {
    height: 2rem;
}

.sub .icon {
    height: 1em;
    vertical-align: text-top;
}

.smaller {
    font-size: 75%;
    display: inline-block;
    margin: 1rem 1rem 1rem 0;
}

.big {
    font-size: 125%;
    display: inline-block;
    margin: 1rem 0;
    color: var(--color-accent);
}

.black {
    color: var(--color-grey-900);
}

main {
    min-height: calc(100vh - 18.5rem);
}

.rubrics a {
    font-size: 80%;
    color: var(--color-grey-500);
    text-decoration: none;
}

post.article .overlay,
.article-body {
    max-width: 62rem;
    margin-left: auto;
    margin-right: auto;
}

.line {
    border-bottom: 1px solid var(--color-grey-900);
    width: 7rem;
}

#breadcrumb {
    text-align: center;
    margin: 1.5rem 0;
    animation: fadein 1.5s;
    color: var(--color-grey-500);
    font-size: 80%;
}

#breadcrumb a {
    color: var(--color-grey-500);
}

.jCrumb{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: .8em;
}

.jCrumb li{
	float: left;
	padding: 0 .4em;
	line-height:1.5em;
	height:1.5em;
}

.jCrumb li a{
	margin-right: .4em;
    color: var(--color-grey-500);
}

.container-window {
    overflow: hidden;
    height: 55rem;
    margin-bottom: -8rem;
}

.container-window.sources {
    height: 8rem;
    margin-bottom: -4rem;
}
.container-window.home {
    height: 43rem;
    margin-bottom: -1rem;
}
.container-window.debates {
    height: 42rem;
    margin-bottom: -2rem;
}

.container-window.catbar-container {
    height: 9rem;
    margin: 1rem 1rem -4rem;
}

.container-content {
    white-space: nowrap;
    overflow: scroll hidden;
    height: calc(100% + 50px);
/*     text-align: center; */
    user-select: none;
}

.container-content post {
    white-space: normal;
    max-width: max(50rem,calc(50vw - 4rem));
    text-align: left;
}

.container-content.debate .post-type {
    display: none;
}

.container-content.debatte-parteienpositionen post {
    width: 330px;
}

.show-more {
    height: 21.5rem;
    margin: -2rem 0 6rem;
    cursor: pointer;
    -webkit-line-clamp: 5;
}

.show-more h1 {
    margin-bottom: .3rem;
}

.show-more:before {
    content: 'WEITERLESEN';
    margin-top: 22.5rem;
    position: absolute;
    padding: .5rem 2rem;
    border-radius: 2rem;
    box-shadow: var(--shadow);
    color: #fff;
    background: var(--color-buzzard);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.show-more:hover:before {
    box-shadow: var(--shadow-big);
    color: var(--color-accent);
}

section > h1,
article > h1 {
    text-align: center;
    border-bottom: 1px solid var(--color-grey-200);
    margin: 3rem 8rem .5rem;
}

div.search {
    text-align: center;
    margin: 2rem 1rem 0;
}

div.search form.search {
    width: 100%;
}

div.search .icon {
    position: absolute;
    height: 20px;
    width: 24px;
    margin: 1rem;
}

div.search input.search-input {
    width: 100%;
    height: 4rem;
    border-radius: 2rem;
    padding-left: 40px;
}

post.home,
post.home.half {
    width: calc(100% - 2rem);
}

post.home .container-window {
    width: 100%;
    margin-left: 0;
}

post.home .overlay .title a {
    font-size: 150%;
    font-weight: 700;
    color: #fff;
/*    color: #faed26;
    background: var(--color-buzzard);
    line-height: 1.2em;
    text-shadow: none;*/
}
post.home .overlay p {
    color: #fff;
}

post.home > .overlay {
    margin: -28rem 0 0;
    min-height: 21.3rem;
    position: relative;
}

post.home .background {
    height: 20rem;
}

post.home > .background {
    height: 50rem;
}

h1.home {
    text-align: left;
    margin: 3rem .8rem .5rem;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

@media only screen and (min-width: 1025px) {
    html {
        font-size:56.25%;
    }
    main {
        min-height: calc(100vh - 22.5rem);
    }
    post.home:not(.half) .overlay .title a {
        font-size: 1.6em;
    }
    post.home.half {
        width: calc(50% - 2rem);
    }
    post.home .container-content post {
        max-width: 32%;
    }
    post.home.half .container-content post {
        max-width: 64%;
    }
    .three-columns post {
        width: calc(33% - 2rem);
    }
    .three-columns .titlebox .container h1 {
        font-size: inherit;
    }
    section > h1, article > h1 {
        font-size: 150%;
        margin-top: 6rem;
    }
    post .overlay.dertag h1 {
        line-height: 100%;
    }
    post.home:not(.half) .overlay .title {
        width: 60%;
    }
    .container-window.home.left .scroll-button.right {
        right: 50%;
    }
    .container-window.home .scroll-button.right {
        margin-top: -33.5rem !important;
    }
    .container-window.debates .scroll-button.right {
        margin-top: -32.5rem !important;
    }
    .catbar-container .scroll-button.right {
        margin-top: -13.9rem !important;
    }
}

h1.title {
    line-height: 125%;
}

post.home post .titlebox .container h1 {
    font-size: inherit;
}

.show-more,
.titlebox .container h1,
post.home .overlay .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

post.home .overlay .title {
    -webkit-line-clamp: 7;
    color: #fff;
    text-shadow: 1px 1px #0004, -1px -1px #0004, -1px 1px #0004, 1px -1px #0004;
    position: absolute;
    bottom: 1rem;
}

post:not(.info) .titlebox .container h1 {
    -webkit-line-clamp: 3;
    min-height: calc(1rem * 8.4);
}

.scroll-button {
    position: absolute;
    padding: .5rem 1.5rem;
    margin: .5rem;
    background: var(--color-cool-white-100);
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: var(--shadow);
    text-decoration: none;
}

.scroll-button.left {
    margin-top: 23rem;
}

.scroll-button.right {
    margin-top: -37rem;
    right: 0;
}

.catbar-container .scroll-button.left {
    margin-top: .7rem;
    left: 0;
}

.catbar-container .scroll-button.right {
    margin-top: -13.4rem;
    right: 0;
}

.container-window.home .scroll-button.left,
.container-window.debates .scroll-button.left {
    margin-top: 15rem;
    margin-left: -3rem;
}
.container-window.home .scroll-button.right {
    margin-top: -33rem;
    right: -.2rem;
}
.container-window.debates .scroll-button.right {
    margin-top: -32rem;
    right: -.2rem;
}

.scroll-button:hover {
    box-shadow: var(--shadow-big);
}

.scroll-button:active {
    box-shadow: var(--shadow);
}

p.rubrics {
    margin-bottom: 0;
}

.license.home {
    margin: 3rem 0 -.8rem;
    display: block;
    position: absolute;
    bottom: 0;
}

.pressed {
    animation: flailing 3s infinite ease-in-out;
}

@keyframes flailing {
    0% {box-shadow: var(--shadow-big);}
    50% {box-shadow: var(--shadow)}
    100% {box-shadow: var(--shadow-big);}
}

.premium {
    margin: -16rem 0 1rem;
    padding-top: 12rem;
    background: linear-gradient(to top, var(--color-cool-white-100) 30%, transparent);
    display: -webkit-inline-box;
    width: 100%;
}

.premium .cta-button {
    margin-bottom: 0;
}

.nav ul .cta-button,
.nav-center .cta-button {
    margin: 0;
    color: #000;
    font-size: 75%;
    padding: 0 1.5rem;
}

.nav ul .buzz-button,
.nav-center .buzz-button {
    margin: 0;
    color: #fff;
    font-size: 75%;
    padding: 0 1.5rem;
}

.nav-center {
    display: none;
}

@media only screen and (max-width: 614px){
    .nav ul .cta-button,
    .nav ul .buzz-button {
        display: none;
    }
    .nav-center {
        display: block;
        text-align: center;
        font-size: 2rem;
        margin-bottom: .75rem;
    }
}

.fuer-lehrer article,
.fuer-schueler article,
.fuer-firmen article,
.fuer-organisationen article {
    width: 100% !important;
    margin: 0;
}

body.fuer-lehrer header,
body.fuer-lehrer footer,
body.fuer-schueler header,
body.fuer-schueler footer,
body.fuer-firmen header,
body.fuer-firmen footer,
body.fuer-organisationen header,
body.fuer-organisationen footer {
    display: none;
}

body.fuer-lehrer,
body.fuer-schueler,
body.fuer-firmen,
body.fuer-organisationen {
    background: url(/wp-content/uploads/2020/05/bg-1.jpg) center center fixed;
    background-size: cover;
}

@media only screen and (min-width: 640px){
    .fuer-lehrer article,
    .fuer-schueler article,
    .fuer-firmen article,
    .fuer-organisationen article {
        width: 640px !important;
        margin: auto;
    }
}

.standalone-body {
    background: var(--color-cool-white-100);
    padding: 1.2rem 2rem;
}

.standalone-body label,
.standalone-body p {
    font-size: 75%;
}

abbr.required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}

.standalone-body form select,
.standalone-body form input {
    width: 100%;
    height: 2.8em;
    color: var(--color-grey-900);
    border: 1px solid var(--color-cool-white-100);
    border-bottom-color: var(--color-grey-200);
    margin-bottom: 1rem;
}

.standalone-body input.cta-button {
    font-size: 100%;
    cursor: pointer;
    font-weight: 700;
    border-radius: 3px;
    border: 0;
}

.standalone-body #school,
.standalone-body label[for=school] {
    display: none;
}

.standalone-body .select2 {
    margin-bottom: 2rem;
}

.standalone-body input[type=checkbox] {
    margin: -2px 8px 0 0;
    vertical-align: middle;
    width: initial;
}

.select2-container {
    color: #000;
    max-width: 100%;
}

.select2-selection {
    height: 4rem;
}

.select2-selection input {
    color: #000 !important;
    height: inherit !important;
    padding: 0 1rem !important;
}

.top-banner {
    margin: 1rem 0;
    padding: 1.5rem 2rem 2rem;
    background: var(--color-cool-white-100);
    color: var(--color-grey-900);
    box-shadow: var(--shadow);
    text-align: center;
}

.top-banner h3 {
    margin: 0;
}

.top-banner span {
    vertical-align: text-top;
    display: inline-block;
}

.top-banner img {
    max-height: 5rem;
}

.nav li.sponsor {
    font-size: 66%;
    color: #fff;
    line-height: 1.5rem;
    max-width: 18rem;
    float: right;
}

.nav li.sponsor img {
    max-width: 18rem;
}

.overlay .title .sub,
.overlay .title .sub a {
/*     display: none; */
    font-size: 1.2rem !important;
    font-weight: 100 !important;
    background-color: var(--color-buzzard);
    padding: 1px 1px 0;
    text-shadow: none;
}

#notiz {
    display: none;
}

body.logged-in:not(.woocommerce-checkout) #notiz {
    display: block;
    text-align: center;
    margin-top: 2rem;
}

.woocommerce-form-quantity input[type="number"] {
    height: 4rem !important;
    font-size: 2rem;
    text-align: right;
    width: 11rem;
}

#show-billing-fields {
    font-size: 80%;
}

post .bookmark {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
/*     border: solid 2px var(--color-cool-white-100); */
    background-color: var(--color-cool-white-100);
/*    background-color: #fff6;
    backdrop-filter: blur(3px);*/
}

post .bookmark:hover {
    background: var(--color-accent);
}

.post-type-container .bookmark {
    padding: 0 0 .1em;
    margin: 3rem 0 1rem;
}

.bookmark-container .bookmark {
    padding: .28em 0;
    font-size: 140%;
}

post .bookmark svg {
    stroke-width: 2px;
    color: var(--color-buzzard-light);
    height: .9em;
}

post .qrcode svg {
    stroke-width: 1px;
}

/* credits: nour abusoud */
.bubbly-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
/*   z-index: -1000; */
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, var(--color-buzzard-light) 20%, transparent 20%), radial-gradient(circle, var(--color-accent) 20%, transparent 30%), radial-gradient(circle, var(--color-buzzard-light) 20%, transparent 20%), radial-gradient(circle, var(--color-accent) 20%, transparent 20%), radial-gradient(circle, var(--color-buzzard-light) 15%, transparent 20%), radial-gradient(circle, var(--color-accent) 20%, transparent 20%), radial-gradient(circle, var(--color-buzzard-light) 20%, transparent 20%), radial-gradient(circle, var(--color-accent) 20%, transparent 20%), radial-gradient(circle, var(--color-buzzard-light) 20%, transparent 20%);
  background-size: 20% 20%, 40% 40%, 30% 30%, 40% 40%, 36% 36%, 20% 20%, 30% 30%, 20% 20%, 36% 36%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, var(--color-accent) 20%, transparent 20%), radial-gradient(circle, var(--color-buzzard-light) 20%, transparent 20%), radial-gradient(circle, var(--color-accent) 15%, transparent 20%), radial-gradient(circle, var(--color-buzzard-light) 20%, transparent 20%), radial-gradient(circle, var(--color-accent) 20%, transparent 20%), radial-gradient(circle, var(--color-buzzard-light) 20%, transparent 20%), radial-gradient(circle, var(--color-accent) 20%, transparent 20%);
  background-size: 30% 30%, 40% 40%, 36% 36%, 40% 40%, 30% 30%, 20% 20%, 40% 40%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: var(--color-accent);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.print {
    float: right;
    margin: 0;
}

#ngs {
    margin: auto;
    width: fit-content;
    display: block;
    border-left: 3px solid var(--color-accent);
    padding-left: 2rem;
    background-color: var(--color-cool-white-100);
    overflow: hidden;
    margin: 1.6rem .8rem;
    box-shadow: var(--shadow);
    padding: 2rem;
}

post.ngs #ngs {
    box-shadow: none;
}

#ngs .question-title {
    font-size: 2.4rem !important;
    font-weight: 700 !important;
}

#ngs input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--color-main-900);
    cursor: pointer;
}

#ngs input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--color-buzzard);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--color-accent);
}

#ngs input[type='radio']:checked + label,
#ngs input[type='radio']:hover + label,
#ngs label:hover {
    color: var(--color-buzzard);
    background: var(--color-accent);
    cursor: pointer;
}

#ngs .custom-radio .form-check-label {
    display: inline-block;
    width: calc(100% - 3rem);
}

.list.groups {
    display: none;
}

@media only screen and (min-width: 1024px){
    .list.chrono post,
    .list.subgroup post {
        width: calc(33% - 2rem);
    }
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.flexbox span {
  flex: 0 0 33.333333%;
}

.flexbox progress {
  width: calc(100% - 1rem);
}

.cta-button.notification {
    font-size: 75%;
    margin: 0 1rem 3rem;
    padding: 0 1em;
}

h1.home,
p.rubrics,
#breadcrumb,
.woocommerce,
.catbar-container,
.three-columns {
    clear: both;
}

input.buzz-button {
    border: 0;
    cursor: pointer;
    padding: 0.5rem 2rem;
/* repeat */
    margin: 0 5rem;
    color: white;
    border: 1px solid var(--color-buzzard);
    background-color: var(--color-buzzard);
    border-radius: 3rem;
}

.school select {
    width: 20rem;
}

.school-upload th {
    vertical-align: top;
    padding: 2rem;
    text-align: right;
}

.school-upload textarea {
    width: 90%;
    height: 20rem;
    font-size: inherit;
    font-family: sans-serif;
}

.school-upload .select2 {
    width: 90% !important;
}

.school-upload .buzz-button {
    margin: 3rem;
    padding: 1rem 4rem;
    font-size: inherit;
}

post.school img + h1 {
    margin-top: 0;
}

post.school img {
    box-shadow: var(--shadow);
}

form.school,
post.school {
    text-align: center;
}

form.school .buzz-button {
    margin: 0 5rem;
}

post.school div.details {
    text-align: left;
}

post.school > h1 {
/*     border-bottom: 1px solid var(--color-grey-200); */
/*     margin: 0 14rem 3rem; */
    margin: 0 0 3rem;
    font-size: 5rem;
    line-height: 1.2;
}

post.school a.file {
    display: inline-block;
    margin: 1rem;
    width: 170px;
    text-decoration: none;
    padding-top: 1rem;
    vertical-align: top;
}

post.school a.file:hover {
    color: #fff;
    background: var(--color-buzzard);
}

post.school a.file span.ext {
    text-transform: uppercase;
    font-weight: bold;
}

.tag {
    background-color: var(--color-grey-100) /*#e4e4e4*/;
    border: 1px solid var(--color-grey-200) /*#aaa*/;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: var(--color-grey-700) /*#444*/;
    white-space: nowrap;
}

.hidden {
    display: none;
}

.toggle-button {
    cursor: pointer;
    display: block;
    height: 3rem;
    font-size: 2.5rem;
    margin-bottom: -2rem;
    white-space: nowrap;
}

.toggle-button.closed:after {
    content: ' ﹀';
    vertical-align: sub;
}

.toggle-button.opened:after {
    content: ' ︿';
}

img.fullwidth {
    width: 100vw;
    max-width: 100vw;
    margin: -2rem 0 -3rem calc((125rem - 100vw - var(--scrollbar-width)) / 2);
}

.woocommerce-button {
    margin: 0 0.4rem 0.4rem 0 !important;
}

div.fullwidth {
    background-color: var(--color-buzzard);
    width: 100vw;
    max-width: 100vw;
    text-align: center;
    padding: 1rem;

    background-image: linear-gradient(180deg, rgba(70, 52, 78, 0.6), rgba(70, 52, 78, 0.6)), url(https://buzzard.org/wp-content/uploads/2020/05/bg-1.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

div.fullwidth h1 {
    color: var(--color-accent);
    font-size: 8rem;
    line-height: 1.2;
}

div.fullwidth p {
    color: #fff;
    line-height: 1.5;
}

@media only screen and (min-width: 1114px){
    post.school {
        padding: 1rem 8rem 3rem;
    }
    div.fullwidth {
        margin-left: calc((125rem - 100vw - var(--scrollbar-width)) / 2);
        padding: 1rem calc((100vw - 125rem - var(--scrollbar-width)) / 2);
    }
    div.fullwidth h1 {
        margin-bottom: -3rem;
    }
    div.fullwidth p {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1114px){
    post.school {
        padding: 1rem 1rem 3rem;
    }
    post.school > h1 {
        font-size: 2.5rem;
    }
    div.fullwidth h1 {
        font-size: 3rem;
    }
}

.school-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20,20,20,0.7);
    z-index: 1;
}

.school-popup .close-popup {
    text-align: right;
    margin-bottom: -3rem;
}

.school-popup .inner {
    margin: 7rem auto;
    max-width: 100rem;
    max-height: calc(100vh - 14rem);
    background: var(--color-grey-100);
    padding: 3rem;
    border-radius: 2rem;
    display: flex;
    flex-flow: column;
}

.school-popup .inner.small {
    max-width: 70rem;
}

.school-popup select,
.school-popup input {
    width: auto;
}

.school-popup .result {
    overflow: auto;
}

.school-popup .result p {
    height: 7rem;
}

.school-popup .result img {
    max-height: 7rem;
    max-width: 9rem;
    vertical-align: top;
    float: left;
    padding-right: 2rem;
}

.school-popup .result .print {
    margin: 0 1rem 0 2rem;
}

@media only screen and (max-width: 640px){
    .school-popup .result .leerzeile {
        display: none;
    }
    .school-popup .inner {
        padding: 1rem 0 1rem 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .school-popup .inner {
        border-radius: 0;
    }
}

hr {
    border: 0;
    border-top: solid 1px var(--color-grey-200);
    clear: both;
}

.woocommerce-password-strength {
    color: #272727;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #001d2c;
}

/* Fix Chrome not being able to show calendar picker in dark mode */
@media (prefers-color-scheme: dark) {
    input[type="date" i]::-webkit-calendar-picker-indicator {
        background-color: #fff;
    }
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="tel"] {
    font-size: inherit;
    height: 3rem;
    width: 35rem;
    margin-top: 1rem;
}

.woocommerce-MyAccount-content input[type="text"]:disabled,
.woocommerce-MyAccount-content input[type="email"]:disabled,
.woocommerce-MyAccount-content input[type="tel"]:disabled {
    border-bottom: 0;
}

.right {
    text-align: right;
}

/* Fix T1014 School_2 */
.unsupported-school .select2-search__field {
    position: relative;
    top: -12px;
}

/* Fix T1014 School_4 */
.select2-dropdown .select2-search {
    display: none;
}

/* sticky menu */

.wrapper {
    margin-top: 8.6rem;
}

table.intro {
    max-width: 800px;
    margin: auto;
    border: 0;
}

table.intro .circle {
    background-color: var(--color-buzzard);
    color: white;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    padding-top: 2.5rem;
}

table.intro td {
    padding: 2rem;
}

img.qrcode {
    width: 165px;
    image-rendering: pixelated;
}

.wp-element-button.delete {
    color: white !important;
    background-color: red !important;
}

.wp-element-button.delete:hover {
    background-color: darkred !important;
}

.woocommerce-Input--password.center {
    width: auto !important;
}

.rangereset {
    color: white;
    border-radius: 2rem;
    padding: 0.2rem 0.5rem 0.8rem;
    background: var(--color-buzzard);
    text-decoration: none;
    text-shadow: 0px -1px white;
    vertical-align: top;
}

.rangereset:hover {
    color: white;
    background: var(--color-buzzard-light);
    box-shadow: var(--shadow-big);
}

form.inlinesearch {
    white-space: nowrap;
}

@media only screen and (max-width: 1151px){
    form.inlinesearch {
        display: none;
    }
}

@media only screen and (min-width: 1152px){
    .mag {
        display: none !important;
    }
}

form.inlinesearch input.search-input {
    min-width: auto;
    width: 9rem;
    vertical-align: text-bottom;
    padding: 4px 6px;
}

form#search svg.icon {
    cursor: pointer;
    color: white;
}

form#cancelcontract {
    line-height: 5rem;
}

form#cancelcontract label {
    display: inline-block;
    width: 50%;
    text-align: right;
}

form#cancelcontract .cancelreason,
form#cancelcontract #canceldate {
    visibility: hidden;
}

.nowrap {
    white-space: nowrap;
}

input#save-form {
    display: none;
}

#school_progress iframe {
    border: 0;
    width: 100%;
    height: 6rem;
    margin-bottom: 2rem;
}

.aw-referrals-share-widget--position-thankyou-top {
    margin-top: 5rem !important;
}

svg#map {
    width: 50%;
    float: right;
    stroke: var(--color-accent);
    fill: var(--color-buzzard);
    stroke-width: 4px;
    stroke-linejoin: round;
    stroke-linecap: round;
    padding: 2rem;
}

#school_progress {
    clear: both;
}

#school-container li.select2-search--inline {
    margin: 0 !important;
}

#school-container li.select2-search--inline input.select2-search__field {
    margin-top: -0.7rem !important;
}

#maptooltip {
    position: absolute;
    z-index: 999;
    pointer-events: none;
    margin: 30px 0 0 140px;
    width: 300px;
    text-align: center;
}

#maptooltip ul {
    list-style: none;
    margin: 0;
}

#maptooltip ul li {
    background-color: var(--color-cool-white-100);
    margin-bottom: 3px;
    display: inline-block;
    padding: 4px 12px;
    box-shadow: 0 0 10px #5555;
    border-radius: 2rem;
}

#top5schulen {
    font-size: 80%;
    width: 50%;
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

#wpadminbar {
    background: transparent !important;
}
