/*@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Open+Sans:wght@400;800&family=Permanent+Marker&family=Roboto&display=swap');
*/
@import url('../fonts/Didact_Gothic/fonts.css');
@import url('../fonts/Open_Sans/fonts.css');
@import url('../fonts/Permanent_Marker/fonts.css');
@import url('../fonts/Roboto/fonts.css');

@import "material-icons.css";

* {
    padding: 0;
    margin: 0;
}

article.article {
    max-width: 1200px;
    margin: auto;
    padding: 100px 20px;
}

.site-header-content {
    max-height: unset !important;
    height: 70vh !important;
    height: calc(70vh - 95px) !important;
}

.site-main {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

h1.posts {
    max-width: 1800px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 8px;
    border-bottom: 1px solid black;
}

h1.to-header {
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
    font-size: 8rem;    
    max-width: 800px;
    padding: 0 !important;
    margin: 0 auto !important;
    color: white !important;
    position: relative !important;
}

h2.to-header {
    font-family: 'Permanent Marker', cursive;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
    font-size: 4rem;
    max-width: 600px;
    padding: 0 !important;
    margin: 0 auto !important;
    color: white !important;
    position: relative !important;
}

p {
    font-family: 'Roboto', sans-serif;
}

header.to-header {
    height: 95px;
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 999;
    background-color: white;
    a {
        color: var(--ghost-accent-color);
    }
}

header.to-header.nav-color {
    background-color: var(--ghost-accent-color);
    a {
        color: white;
    }
}

header.to-header > div {
    flex: 1;
}

header.to-header .to-helper {
    height: 100%;
    display : flex;
    align-items : center;
}

header.to-header img {
    vertical-align: middle;
    max-height: 80px;
    width: auto;
    margin: 0 16px;
}

div.nav-placeholder {
    width: 100%;
    height: 95px;
}

nav.to-nav {
    flex: 1;
}

nav.to-nav.hamburger {
    display: none;
    flex: unset;
}

header.to-header.nav-color .hamburger {
    background-color: var(--ghost-accent-color);
}

header.to-header.nav-color #mobileNavigation {
    background-color: var(--ghost-accent-color) !important;
}

nav.to-nav.hamburger button {
    background-color: white;
    border: none;
    outline: none;
    position: relative;
}

nav.to-nav svg {
    height: 29px;
    width: auto;
    fill: transparent;
}

.right {
    float: right;
}

nav.to-nav ul {
    list-style: none;
    padding: 34px 0;
}

nav.to-nav ul.center {
    display: flex;
    justify-content: center;
    float: right;
}

nav.to-nav li {
    text-align: center;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

nav.to-nav a {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 120%;
    text-decoration: none;
    margin: 0 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
}

nav.to-nav a:hover {
    border-bottom: 2px dashed var(--ghost-accent-color);
}

nav.to-nav ul.social {
    display: flex;
}

nav.to-nav ul.social li {
    flex: 1;
}

nav.to-nav ul.social a:hover {
    border-bottom: 2px solid transparent;
}

div.main-container h2 {
    color: var(--ghost-accent-color);
    text-align: center;
    padding: 50px;
    font-size: 4vw;
}

div.main-container h3 {
    font-size: 2vw;
}

div.logo-box {
    padding: 0 !important;
}

div.logo-box img {
    object-fit: initial !important;
    object-position: initial !important;
    height: 70px !important;
    width: auto !important;
    min-height: unset !important;
}

.banner-container {
    max-width: 1800px;
    max-height: 800px;
    margin: 0 auto;
    background-color: white; /* @primary;*/
}

.full-width-header {
    display: block;
}

.contact-box {
    padding-bottom: 50px;
}

div.banner img {
    width: 100%;
    position: relative;
    -o-object-fit: cover;
    -o-object-position: top center;
    object-fit: cover;
    object-position: top center;
}

.banner-gradient {
    /*background-image: radial-gradient(circle at 52% 33%, rgba(17, 17, 17,0.08) 0%, rgba(17, 17, 17,0.08) 33.333%,rgba(74, 74, 74,0.08) 33.333%, rgba(74, 74, 74,0.08) 66.666%,rgba(130, 130, 130,0.08) 66.666%, rgba(130, 130, 130,0.08) 99.999%),radial-gradient(circle at 70% 65%, rgba(129, 129, 129,0.08) 0%, rgba(129, 129, 129,0.08) 33.333%,rgba(95, 95, 95,0.08) 33.333%, rgba(95, 95, 95,0.08) 66.666%,rgba(60, 60, 60,0.08) 66.666%, rgba(60, 60, 60,0.08) 99.999%),radial-gradient(circle at 97% 89%, rgba(21, 21, 21,0.08) 0%, rgba(21, 21, 21,0.08) 33.333%,rgba(89, 89, 89,0.08) 33.333%, rgba(89, 89, 89,0.08) 66.666%,rgba(156, 156, 156,0.08) 66.666%, rgba(156, 156, 156,0.08) 99.999%),linear-gradient(0deg, rgb(17, 9, 206),rgb(65, 75, 237));
   */
    background-image: url('../tennisplatz-bg.png');
    background-position: bottom;
    background-size: cover;
    background-attachment: local;
    background-repeat: no-repeat;
    background-origin: content-box;
    /*padding: 35vh 7.5vw;*/
    text-align: center;
    margin: 0 auto;
    height: 800px;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
}

.banner-gradient div {
    font-family: 'Work Sans', sans-serif;
    color: white;
    font-size: 40px;
    bottom: 0;
}

.contact-btn {
    display: inline-block;
    outline: none;
    /*background-color: #a1401f;
    background: url('assets/court.PNG');*/
    background-color: var(--ghost-accent-color);
    border: none;
    padding: 20px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 100px;
    cursor: pointer;
    margin: 20px;
    /*box-shadow: 0px 0px 10px black;*/
    transition: all 0.5s ease-in-out;
    position: relative;
}

a.contact-btn {
    font-size: 2rem;
}

.contact-btn:hover {
    /*box-shadow: 0px 0px 15px black;*/
    color: black;
    background-color: white;
}

.contact-btn.gray {
    background-color: #f2f3f4;
    color: black;
}

.contact-btn.gray:hover {
    background-color: gainsboro;
}

.header-box {
    display: inline-block;
    margin: auto;
}


nav.to-nav-mobile {
    position: fixed;
    top: 95px;
    width: 100%;
    height: 100svh;
    height: calc(100svh - 80px);
    text-align: center;
    background: white;
    overflow: auto;
    display: none;
}

nav.to-nav-mobile.opened {
    display: block !important;
}

nav.to-nav-mobile ul {
    list-style: none;
}

nav.to-nav-mobile li > a {
    font-size: 1.2em;
    padding: 30px 0;
    border-bottom: 1px solid gainsboro;
    display: block;
}

nav.to-nav-mobile li a, nav.to-nav-mobile li svg {
    height: inherit;
}

aside.read-more-wrap {
    background: var(--ghost-accent-color) !important;
}

footer.site-footer.outer {
    background: var(--ghost-accent-color) !important;
}

footer h4 {
    color: white;
    font-size: 1.4em;
    border-bottom: 1px solid;
    padding-bottom: 4px;
}

footer p {
    color: white;
}

footer a, footer a:link {
    color: white;
    text-decoration: none;
    /*font-family: 'Lato', sans-serif;*/
    cursor: pointer;
}

footer a:hover {
    color: gainsboro;
}

footer .list-container {
    display: flex;
    flex-direction: row;
}

footer .col {
    flex: 1;
    padding: 0 30px;
    box-sizing: border-box;
}

footer ul {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 1em;
}

footer li {
    padding: 5px 0;
}

@media (max-width: 800px) {
    footer .list-container {
        flex-direction: column;
    }

    footer .col {
        padding: 0;
    }

    .site-header-content {
        max-height: unset !important;
        height: 40vh !important;
        height: calc(40vh - 95px) !important;
    }
}

@media screen and (max-width: 1200px) {
    nav.to-nav {
        display: none;
    }

    nav.to-nav.hamburger {
        display: block;
    }

}


@media (max-width: 600px) {
    h2 {
        font-size: 2.3rem;
    }

    h1.to-header {
        font-family: 'Open Sans', sans-serif;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
        font-size: 2.7rem;
        padding: 0 !important;
        margin: 0 auto !important;
        color: white !important;
    }
    
    h2.to-header {
        font-family: 'Permanent Marker', cursive;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
        font-size: 2.5rem;
        padding: 0 !important;
        margin: 0 auto !important;
        color: white !important;
    }


    a.contact-btn {
        font-size: 1.3rem;
        color: white;
    }
}

h3 {
    margin: 1.5em 0 0.5em 0;
    font-size: 2.4rem;
    font-weight: 600;
}


.gh-announcement-bar {
    position: fixed !important;
    z-index: 100 !important;
    bottom: 0 !important;
    width: 100% !important;
}


/* Contact Form */

.pp-ui-button {
    min-width: 155px;
    font-size: 1.2em;
    outline: none;
    border: none;
    background-color: var(--ghost-accent-color);
    padding: 15px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #999;
    transition: 250ms ease;
    transition-property: background-color, border-color, box-shadow, color;
}

.pp-ui-button:hover {
    box-shadow: 0 0 15px 0 #999;
    background-color: var(--ghost-accent-color);
}

a.pp-ui-button, a.pp-ui-button:link {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: white;
}

.pp-kontakt-page h1 {
    font-size: 250% !important;
    padding: 24px 0 !important;
}

.pp-form-container {
    box-sizing: border-box;
    background: white;
    padding: 30px;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {
    #background {
        background-image: none;
        height: unset;
        position: relative;
        justify-content: initial;
        align-items: initial;
        display: block;
    }
}



.pp-hidden {
    display: none !important;
}

.pp-custom-form label, .pp-custom-form span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    margin: 0 5px;
}

.pp-custom-form span.pp-error, label.pp-error {
    color: red;
}

.pp-custom-form input.pp-error {
    border: 1px solid red !important;
}

.pp-custom-form > div {
    margin: 15px 0;
}

.pp-custom-form input, .pp-custom-form textarea {
    padding: 12px;
    margin: 2px 0;
    border-radius: 5px;
    border: 1px solid;
    font-size: 1em;
}

.pp-custom-form textarea {
    resize: none;
}

.pp-custom-form input.pp-error {
    border: 1px solid red;
}

.pp-custom-form button:disabled {
    background-color: gainsboro;
	color: black;
	cursor: not-allowed;
}

.pp-custom-form button:active {
    background-color: #c54200 /*#da5918*/c4;
}

@keyframes buttonLoading {
	0%   {
		background-color: gainsboro;
		color: black;
	}
	50%  {
		background-color: rgb(100, 100, 100);
		color: white;
	}
	100% {
		background-color: gainsboro;
		color: black;
	}
  }

.pp-custom-form button.pp-loading {
	background-color: gainsboro;
	color: black;
	animation-name: buttonLoading;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.pp-custom-form button.pp-loading:hover {
	background-color: gainsboro;
	color: black;
}



.pp-custom-form input {
    width: 100%;
    box-sizing: border-box;
}

.pp-custom-form input[type="checkbox"] {
    width: unset;
    display: inline;
    box-sizing: border-box;
}

.pp-custom-form textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    font-family: 'Lato';
}

.pp-custom-form button.pp-request-btn {
    width: 100%;
    margin: 5px 0;
}

.pp-close-btn {
    height: 16px;
    cursor: pointer;
    display: block;
}

.pp-close-btn > img {
    width: 16px;
    height: 16px;
    float: right;
}

.pp-error-box {
    color: red;
    padding: 20px 0 10px;
}

@media (max-width: 350px) {
    .pp-custom-form h1 {
        font-size: 100%;
    }
}


.pp-kontakt-page .pp-ui-button {
    width: 100%;
}

.pp-kontakt-page .pp-ui-button.pp-is-loading {
    background-color: gainsboro;
    color: black;
}



.pp-message-container {
    margin-top: 30px;
}

.pp-message-container h2 {
    font-size: 2em;
    padding: 12px 0 24px !important;
}

#failContainer {
    background-color: #ffcdcd;
    border: 1px solid red;
    border-radius: 7px;
    padding: 12px;
    margin-top: 24px;
}

#failContainer a {
    color: blue;
}

#successContainer {
    text-align: center;
    margin-bottom: 30px;
}

#successContainer mat-icon {
    text-align: center;
    font-size: 4em;
    margin: auto;
    display: block;
}
