/*
Theme Name: privaciety
Theme URI: https://example.com
Author: werk38
Description: Ein eigenes Block-Theme.
Version: 1.0
Text Domain: privaciety
*/

@font-face {
    font-family: 'robotoblack';
    src: url('webfont/roboto-black-webfont.woff2') format('woff2'), url('webfont/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotobold';
    src: url('webfont/roboto-bold-webfont.woff2') format('woff2'), url('webfont/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'robotoitalic';
    src: url('webfont/roboto-italic-webfont.woff2') format('woff2'), url('webfont/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'robotomedium';
    src: url('webfont/roboto-medium-webfont.woff2') format('woff2'), url('webfont/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'robotoregular';
    src: url('webfont/roboto-regular-webfont.woff2') format('woff2'), url('webfont/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'robotolight';
    src: url('webfont/roboto-light-webfont.woff2') format('woff2'), url('webfont/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'robotothin';
    src: url('webfont/roboto-thin-webfont.woff2') format('woff2'), url('webfont/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'robotoregular', sans-serif;
}

html {
    scrollbar-color: var(--blau1) #f5f5f5;
}

.row {
    --bs-gutter-x: 40px !important;
    --bs-gutter-y: 0;
}


:root {
    --blau1: #36aac1;
    --blau2: #277c8c;
    --blau3: #003366;
    --text: #4c5d68;
    --bs-gutter-x: 40px !important;
    --fixed-header-height: 145px;
}

body {
    font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
}
/*------------------------------------------------
Texte / Überschriften
--------------------------------------------------*/
a svg {
    max-width: 50px;
    fill: var(--blau1);
}

td,
li,
p {
    color: var(--text);
}

.marker {
    color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
}

.marker.marker_blau1 {
    background: var(--blau1);
}

.marker.marker_blau2 {
    background: var(--blau2);
}

.marker.marker_blau3 {
    background: var(--text);
}
.aside-events-list ul {
    padding-left: 15px;
}
.aside-events-list ul li,
#more-text2 ul li,
article ul li {
    list-style: square;
}
.aside-events-list ul li::marker,
#more-text2 ul li::marker,
article ul li::marker {
    color: var(--blau2);
}
.aside-events-list ul li:not(:last-child) {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e7e7e7;
}
p:last-child {
    margin-bottom: 0px;
}

h1.hasCam,
article h1 {
    font-family: 'robotothin', sans-serif;
    font-size: 40px;
    color: var(--blau2);
}

h2 {
    font-family: 'robotothin', sans-serif;
    font-size: 30px;
    color: var(--blau2);
}

#more-text h2,
#intro-text h2 {
    background-color: var(--blau2);
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    line-height: 1;
}

#more-text {
    text-align: center;
}

.h3,
h3 {
    font-size: 30px;
    font-family: 'robotolight', sans-serif;
    color: var(--text);
}

article h3 {
    font-size: 25px;
}

#postList h2,
#postList h2 a,
.blog h2,
.blog h2 a,
.search-results h2,
.search-results h2 a,
#latest h3,
#latest h3 a {
    font-family: 'robotomedium', sans-serif;
    color: var(--text);
    font-size: 16px;
    text-decoration: none;
    height: 40px;
    overflow: hidden;

}

article h4 {
    color: var(--blau3);
    font-family: 'robotolight', sans-serif;
    font-size: 20px;
}

blockquote {
    border-left: 5px solid var(--blau2);
    margin-left: 0;
    padding-left: 15px;
    color: var(--text);
    font-style: italic;
}

video {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: 40px 0;
    border-radius: 5px;
}

.btn-primary {
    background-color: var(--blau1);
    color: #fff !important;
    border: 0;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--blau2);
    color: #fff !important;
}
/*------------------------------------------------
Header
--------------------------------------------------*/
header {
    position: fixed;
    padding: 20px 0 60px;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
}

header::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(0deg, var(--blau1) 38px, var(--blau2) 38px);
    position: absolute;
    bottom: 0px;
    left: 0;
}

#logo img {
    max-width: 100%;
    max-height: 100px;
}

#menu-privaciety-footer,
#menu-privaciety-menue {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 30px;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: 70px;
}

#menu-privaciety-footer {
    margin-right: 0;
}

#menu-privaciety-footer li a,
#menu-privaciety-menue li a {

    text-decoration: none;
    position: relative;
}

#menu-privaciety-menue li:first-child a ,
#menu-privaciety-menue li:nth-child(5) a {
    color: var(--text);
}

#menu-privaciety-menue li:nth-child(2) a {
    color: var(--blau3);
}

#menu-privaciety-menue li:nth-child(3) a {
    color: var(--blau2);
}

#menu-privaciety-menue li:nth-child(4) a {
    color: var(--blau1);
}


#menu-privaciety-footer li a::after,
#menu-privaciety-menue li a::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: var(--blau1);
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

#menu-privaciety-footer li a::after {
    background-color: #fff;
}

#menu-privaciety-footer li a:hover::after,
#menu-privaciety-footer li a:active::after,
#menu-privaciety-footer li a:focus::after,
#menu-privaciety-menue li a:hover::after,
#menu-privaciety-menue li a:active::after,
#menu-privaciety-menue li a:focus::after {
    width: 100%;
    height: 2px;
}

.header-search button {
    background: var(--blau2);
    border: 0;
    padding: 5px 5px 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.header-search button:hover,
.header-search button:active,
.header-search button:focus {
    background: var(--blau1);
}

/*
.header-search button::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('img/camera-01.svg');
    position: absolute;
    top: -18px;
    left: -60px;
    background-repeat: no-repeat;
}


*/
.header-search button svg {
    color: #fff;
    width: 20px;
    height: 20px;
}

.header-search input {
    background: var(--blau2);
    border: 0;
    padding: 5px 5px 5px 10px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -4px;
}

.header-search input::placeholder {
    color: #fff;
}

/*------------------------------------------------
Startseite Video
--------------------------------------------------*/
#header-video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: var(--fixed-header-height);
}

#header-video video {
    margin: 0;
}

#header-video figure {
    margin-bottom: 0;
}

.header-video-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-video-headline h1 {
    display: inline-block;
    color: #fff;
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'robotothin', sans-serif;
    background-color: var(--blau1);
    padding: 10px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

.header-video-headline h2 {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--text);
    padding: 15px 50px 10px;
    border-radius: 5px;
    width: 330px;
    position: relative;
    top: -13px;
    z-index: 1;
    left: 80px;
}

.header-video img {
    width: 100%;
    max-width: none;
}

.site-main>.container:first-of-type {}
#scene {
    width: 60px;
    overflow: visible;
    position: relative;
    top: -13px;
}
#scene2 {
	width: 50px;
	overflow: visible;
	position: absolute;
	top: 27px;
	right: 35%;
}
#scene *,
#scene * {
    overflow: visible;
}

.camera-head {
    transform-box: fill-box;
    /* BBox als Referenz */
    transform-origin: 120px 20px;
    transition: transform 0.08s linear;
    /* optional, macht’s smooth */
    overflow: visible;
    /* wichtig bei <g> */
    will-change: transform;
}
#scene2 .camera-head {
    transform-origin: 6px 15px;
}
#cursor-icon{
  position: fixed;         /* wichtig */
  width: 120px;
  height: 120px;
  z-index: 999999;
  pointer-events: none;    /* wichtig */
  display: block;          /* wichtig, falls irgendwo display:none gesetzt ist */
  will-change: transform, left, top;
}
/*------------------------------------------------
Aside 
--------------------------------------------------*/
.news-box {
    background-color: var(--text);
    padding: 30px 20px;
    color: #fff;
    border-radius: 5px;
}
.news-box .headline span {
    display: block;
}
.news-box .headline span {
    text-align: left;
    line-height: 1;
}
.news-box .headline span:first-child {
    font-family: 'robotothin', sans-serif;
    font-size: 28px;
}
.news-box .headline span:last-child {
    font-family: 'robotoblack', sans-serif;
    font-size: 38px;
}
.news-box * {
    color: #fff;
}

.topics-box ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-top: 20px;
}

.topics-box ul li a {
    background-color: var(--blau2);
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    font-family: 'robotolight', sans-serif;
    transition: all 0.3s ease;
}

.topics-box ul li a:hover,
.topics-box ul li a:active,
.topics-box ul li a:focus {
    background-color: var(--blau1);
}

/*------------------------------------------------
Neuste Beiträge
--------------------------------------------------*/
#latest {
    margin-bottom: 40px;
}

.home #more-text h2,
h1.hasCam,
h2:has(+ #latest) {
    position: relative;
    width: max-content;
}

.home #more-text h2::before,
h1.hasCam::before,
h2:has(+ #latest)::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('img/camera-02.svg');
    position: absolute;
    top: -10px;
    right: -65px;
    background-repeat: no-repeat;
}

h2:has(+ #latest)::before {
    top: -17px
}

.home #more-text h2::before {
    top: -17px;
    right: -59px;
}

#postList article,
#latest article {
    position: relative;
    padding: 35px 10px 10px 10px;
    height: calc(100% - 30px);
}

.events-list .event-item:not(:first-of-type)::before,
#postList article::before,
#latest article::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--blau1), var(--blau2));
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 5px;
}

.events-list .event-item:not(:first-of-type)::before {
    top: -25px
}

.line-top {
    position: relative;
}

.line-top::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--blau1), var(--blau2));
    position: absolute;
    top: 0;
    left: 0;
}

.readtime,
.readmore {
    color: var(--text);
    text-decoration: none;
    text-align: right;
    display: block;
    margin-top: 10px;
}

.readmore {
    margin-left: auto;
}

.readtime {
    background: var(--blau1);
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 14px;
}

.readmore:hover,
.readmore:active,
.readmore:focus {
    color: var(--blau2);
}


/*------------------------------------------------
Banner
--------------------------------------------------*/
#banner img {
    max-width: 100%;
    margin: 60px 0;
    display: block;
}

/*------------------------------------------------
startseite Intro
--------------------------------------------------*/
#intro-text {
    margin: 60px 0 0;
}

/*------------------------------------------------
Einzelne Beiträge / Kategorie
--------------------------------------------------*/
.site-main {
    padding: 90px 0;
    position: relative;
    margin-top: var(--fixed-header-height);
}

#header-video+.site-main {
    margin-top: 0;
}

.site-main a {
    color: var(--blau1);
}

.site-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: var(--text);
    position: absolute;
    top: 0px;
    left: 50%;
    max-width: 1200px;
    transform: translateX(-50%);
}


.category h2 a,
.single-post h2 a {
    color: var(--blau2);
    text-decoration: none;
    font-family: 'robotothin', sans-serif;
}

.page .intropic img,
.single-post .intropic img {
    max-width: 100%;
}

.single-post .post-body {
    margin-top: 30px;
}

#post-author {
    position: relative;
    color: var(--text);
}

#post-author .h4+p {
    font-size: 15px;
    line-height: 1.2rem;
}

#post-author .h4 {
    margin-top: 20px;
    font-size: 18px;
    color: var(--blau2);

}

#post-author img {
    max-width: 100%;
    border-radius: 5px;
}

.anbieter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px
}

.anbieter-list h2 {
    flex: 0 0 100%;
}

.anbieter-item {
    flex: 0 0 calc(50% - 25px);
}

.anbieter-item a {
    border: 1px solid var(--blau1);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.anbieter-item a:hover,
.anbieter-item a:active,
.anbieter-item a:focus {
    background-color: var(--blau1);
    color: #fff;
}

.anbieter-item img {
    margin-right: 10px;
    max-height: 50px;
}

.anbieter-item a:hover img,
.anbieter-item a:active img,
.anbieter-item a:focus img {
    filter: brightness(0) invert(1);
}

/*------------------------------------------------
Events
--------------------------------------------------*/
.events-list .event-item .datum {
    background-color: var(--blau1);
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.events-list .event-item {
    position: relative;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

.events-list .event-item .datum {
    flex: 0 0 80px;
    height: 117px;
    text-align: center;
}

.events-list .event-item .datum .event-date-part:first-child {
    display: block;
    font-size: 40px;
    font-family: 'robotothin', sans-serif;
    line-height: 1;
    text-align: center;
}

.events-list .event-item .datum .event-date-part:nth-child(2) {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'robotoblack', sans-serif;
    line-height: 1;
}

.events-list .event-item .datum .event-date-part:last-child {
    display: block;
    font-size: 23px;
    font-family: 'robotomedium', sans-serif;
    line-height: 1;
}

.events-list .event-item .event-details {
    flex: 1
}

.events-list .event-item .event-details h3 {
    font-family: 'robotomedium', sans-serif;
}

.events-list .event-item .event-details h3 {
    font-family: 'robotomedium', sans-serif;
}

/*------------------------------------------------
Footer
--------------------------------------------------*/
footer {
    margin-top: 60px;
}

footer .footer-top {
    background-color: var(--blau1);
    color: #fff;
    padding: 20px;
    margin-bottom: 2px;
}

footer .footer-top *,
footer .footer-bottom * {
    color: #fff;
}

footer .footer-bottom {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 40px;

}

.elementor-widget-container img {
    max-width: 100%;
    height: auto;
}
.e-con-inner {
    display: flex;
    align-items: center;
}
.e-con-inner .elementor-widget-image {
   flex: 0 0 200px
}

@media(min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
    }
}

@media(max-width: 1400px) {
    .news-box .headline span:first-child {
        font-size: 25px;
    }
    .news-box .headline span:last-child {
	font-size: 33px;
}
#menu-privaciety-footer, #menu-privaciety-menue {
	gap: 20px;
	margin-right: 60px;
}
}
@media(max-width: 1200px) {
    #menu-privaciety-footer, #menu-privaciety-menue {
	margin-right: 20px;
}
     .news-box .headline span:first-child {
        font-size: 21px;
    }
    .news-box .headline span:last-child {
	font-size: 28px;
}
    :root {
        --fixed-header-height: 115px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .h3,
    h3 {
        font-size: 25px;
    }

    .site-main::before {
        max-width: 920px;

    }

    .home #more-text h2::before,
    h2:has(+ #latest)::before {
        top: -17px;
    }

    .header-search label {
        display: flex;
    }

    #menu-privaciety-footer,
    #menu-privaciety-menue {
        gap: 20px;
    }
}

@media(max-width: 991px) {
    #mobileFirst {
        margin-bottom: 50px;
    }
    #scene,
    #scene2 {
        display: none;
    }
    :root {
        --fixed-header-height: 135px;
    }

    .site-main::before {
        max-width: 680px;
    }

    .header-video-headline h1 {
        font-size: 60px;
    }

    #menu-toggle {
        position: absolute;
        background-color: var(--blau1);
        padding: 6px;
        border-radius: 5px;
        margin-left: 10px;
        height: 34px;
        top: 50px;
        right: 20px;
        z-index: 10;
    }

    #menu-toggle span {
        display: block;
        width: 25px;
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    .menu-open #menu-toggle span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-open #menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .menu-open #menu-toggle span:nth-child(3) {
        transform: rotate(-45deg) translate(3px, -4px);
    }

    #menu-privaciety-menue {
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background: var(--blau1);
        z-index: 9;
        height: 100%;
        margin-right: 0;
        padding: 100px 20px;
        flex-direction: column;
        transition: all 0.3s ease;
        opacity: 0;
        gap: 0
    }

    .menu-open #menu-privaciety-menue {
        width: 300px;
        opacity: 1;
    }

    #menu-privaciety-menue li:first-child a,
    #menu-privaciety-menue li:nth-child(5) a,
    #menu-privaciety-menue li:nth-child(4) a,
    #menu-privaciety-menue li:nth-child(3) a,
    #menu-privaciety-menue li:nth-child(2) a {
        color: #fff;
        display: block;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #menu-privaciety-menue li:nth-child(5) a {
        border-bottom: none;
        margin-bottom: 0;
    }

    .line-top {
        gap: 10px;
        margin-bottom: 20px;
    }

    .readmore {
        background: var(--blau2);
        text-align: center;
        padding: 10px;
        color: #fff !important;
        border-radius: 5px;
        border-top: 0;
        flex: 1 1 auto;
    }

    .readtime {
        padding: 11px 15px;
    }

    .readmore:hover,
    .readmore:active,
    .readmore:focus {
        background: var(--blau1);
        color: #fff;
    }

    .line-top::before {
        display: none;
    }

    #postList article,
    #latest article {
        height: auto;
    }

    #intro-text img {
        display: block;
        margin: 0 auto 20px;
    }


    .anbieter-list {
        gap: 10px 20px;
    }
}

@media(max-width: 768px) {
    #scene {
        display: none;
    }

    :root {
        --fixed-header-height: 95px;
    }

    .header-video-headline h1 {
        font-size: 40px;
    }

    .site-main::before {
        max-width: 500px;
    }

    #menu-toggle {
        top: 36px;
    }

    #mobile-search-toggle {
        position: absolute;
        background-color: var(--blau1);
        padding: 4px 8px;
        border-radius: 5px;
        margin-left: 10px;
        height: 34px;
        top: 36px;
        right: 70px;
        z-index: 10;
    }

    #mobile-search-toggle svg {
        width: 22px;
        height: 22px;
        color: #fff;
    }

    .search-open .header-search {
        display: block !important;
        position: fixed;
        top: 110px;
        left: 0;
        width: 100%;
        background: var(--blau1);
        padding: 20px;
        z-index: 9;
    }

    .header-search {
        display: none;
        width: 100%;
    }

    .header-search input {
        width: 100%;
    }

    .header-search button::before,
    .menu-open #mobile-search-toggle {
        display: none !important;
    }

    #banner {
        position: relative;
        height: 200px;
        overflow: hidden;
        margin: 60px 0 60px;
    }

    #banner img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 200px;
        width: auto;
        max-width: none;
        margin: 0;
    }
}

@media(max-width: 635px) {
:root {
    --fixed-header-height: 170px;
}
    header .row .col-5 {
        width: 300px;
    }

    #mobile-search-toggle,
    #menu-toggle {
        top: 50px;
    }

    .search-open .header-search {

        top: 135px;
    }
}

@media(max-width: 575px) {
    :root {
        --fixed-header-height: 130px;
    }

    header {
        padding: 8px 0 33px;
    }

    header::after {
        height: 20px;
        background: linear-gradient(0deg, var(--blau1) 18px, var(--blau2) 18px);
    }

    #mobile-search-toggle,
    #menu-toggle {
        top: 40px;
    }

    .search-open .header-search {
        top: 120px;
    }

    .site-main::after,
    .site-main::before {
        display: none;
    }

    .site-main {
        padding: 40px 0;
    }

    h1.hasCam,
    article h1 {
        font-size: 30px;
    }

    .footer-info {
        margin-top: 40px;
    }

    .footer-top {
        text-align: center;
    }

    .footer-top .justify-content-end {
        justify-content: center !important;
        margin-top: 20px;
    }

    .anbieter-item {
        flex: 0 0 100%;
        margin-bottom: 0px !important;
    }
}

@media(max-width: 450px) {
    .header-video-headline h2 {
        padding: 15px 30px 10px;
        width: 285px;
    }

    .events-list .event-item {
        gap: 20px;
    }

    .events-list .event-item .datum {
        flex: 0 0 100%;
        height: auto
    }

    .events-list .event-item .datum .event-date-part:first-child,
    .events-list .event-item .datum .event-date-part:last-child,
    .events-list .event-item .datum .event-date-part:nth-child(2) {
        font-size: 25px;
        font-family: 'robotoblack', sans-serif;
        padding: 0 5px;
        display: inline-block;

    }
}

@media(max-width: 400px) {
    .header-video-headline h1 {
        font-size: 30px;
    }

    .header-video-headline h2 {
        padding: 15px 20px 10px;
        width: 264px;
        left: 40px;
    }

    #logo img {
        max-width: 200px;
        padding: 10px 0;
    }
}

