/* CONTENT */

#bottom .inside {
    font-size: 1em;
}

#bottom .inside .right a {
    margin-left: 0;
}

.image_container .caption {
    background: #000;
    border-radius: 0;
    display: block;
    font-size: 14px;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    #bottom .inside .right a {
       margin-right: 0;
    }
	#footer .inside {
        padding: 30px 20px;
    }
    .mod_article:not(.fullwidth) > .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* FORM */

form a {
    color: #000;
    font-weight: 400;
}

form a:hover {
    border-bottom: 1px solid;
}

form .checkbox_container span {
    display: block;
    margin-bottom: 0;
}

input.submit, button.submit {
    background: #000;
    border: 2px solid #000;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    height: 56px;
    line-height: 1.8em;
    padding: 10px 40px;
}

input.submit:hover, button.submit:hover {
    background: #000!important;
    color: var(--secondColor);
    opacity: 1!important;
}

input, textarea, select {
	border-radius: 0;
	color: #000!important;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    padding: 10px;
}

input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
  	border: 1px solid var(--accentColor);
}

input:hover:not([type="submit"]), button:hover:not([type="submit"]), textarea:hover {
	border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
    form .checkbox_container {
        margin-bottom: 20px;
    }  
    form div.widget {
        margin-bottom: 0;
    }
    input.submit, button.submit {
        height: 44px;
        padding: 6px 15px;
    }
}


/* HEADLINES */

#footer h3, #footer .h3 {
	font-weight: 700;
}

h1, h2, .h1, .h2, .h1 p, .h2 p, h3, .h3, .h3 p {
	margin-bottom: 15px;
}

h3, .h3 {
    font-size: 24px;
    font-weight: 600;
}

.standalone h2 {
	margin-top: 0!important;
}


/* HYPERLINKS */

.ce_hyperlink.btn-size-medium a {
	font-size: 1rem;
}

.ce_hyperlink.btn-size-medium a:hover {
	color: var(--secondColor);
	opacity: 1;
}

#footer a:hover {
	border-bottom: 1px solid;
}

p a {
    color: #000;
    font-weight: 400;
}

p a:hover {
    border-bottom: 1px solid;
}

.top-link {
	right: 30px;
}

@media only screen and (max-width: 767px) {
	.ce_hyperlink.btn-size-medium a {
		padding: 6px 15px; 
	}
	.fixed-header .top-link {
        bottom: 25px;
        right: 13px;
    }
    .fixed-header #privacy_optout_link {
    	bottom: 25px;
    	left: auto;
    	right: 15px;
    }
    .top-link {
    	bottom: 13px;
    	right: 13px;
    }
}


/* NAVIGATION */

.mainmenu ul li a:hover, .mainmenu ul ul a.active, .mainmenu ul ul li a:hover {
	opacity: 1;
}


/* NAVIGATION MMENU */

#mmenu #mmenu_middle {
    padding: 30px 20px;
}

#mmenu .mod_navigation li a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 3px 10px 3px 10px;
}

#mmenu .scrollable {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.mmenu_trigger .label {
    text-transform: uppercase;
}


/* NEWS */

.mod_newslist.newslist_col3 {
    gap: 30px;
}

.newslist {
    margin-bottom: 0;
}

.newslist .author,
.newslist .comments,
.newslist .news-date {
    display: none;
}

.newslist h2, .newslist .h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.newslist .link {
    font-weight: 300!important;
    text-transform: none;
    font-size: 16px;
}

.newslist .news-content {
    margin-bottom: 0;
}

.newslist .teaser {
    border-top: 0;
    margin-top: 0;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.newsreader .info {
    display: none;
}

.pagination li span.current {
    background: #000;
    border-radius: 0;
}


/* POPUP */

.ce_bgimage.img-leftside-33 .ce_bgimage-inside {
	padding: 30px;
}

.ce_popup_start .ce_popup_content .checkbox {
    background: #f3f3f5;
}

.ce_popup_start .ce_popup_content h3 {
    color: var(--accentColor);
}

.ce_popup_start .ce_popup_overlay {
    background: rgb(0 0 0 / .75);
}


/* PRIVACY MANAGER */

.mod_privacy_optin_medium .headline {
    background-image: none;
    padding: 5px 0;
    text-align: center;
}

.mod_privacy_optin_medium .privacy_buttons {
    margin: 15px 0 15px 0;
}

.mod_privacy_optin_medium .privacy_buttons input {
    background: #000!important;
    border-radius: 0;
    color: #fff!important;
}

.mod_privacy_optin_medium .privacy_buttons input:hover {
    color: #f0d226!important;
}

.mod_privacy_optin_medium .privacy_content {
    border-radius: 0;
}

.mod_privacy_optin_medium .privacy_label {
    font-size: 13px;
}

.mod_privacy_optin_medium .privacy_links a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.mod_privacy_optin_medium .privacy_links a:hover {
    text-decoration: underline;
}

.mod_privacy_optin_medium .privacy_text {
    background: #fff;
    padding: 10px;
}

.mod_privacy_optin_medium .reject_all_info {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
}

p.privacy a {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
	#privacy_optout_link {
	    display: none;
	    /* left: auto; */
	    /* right: 15px; */
	}
}