 /*
Theme Name: Unikum Oldenburg
Theme URI: http://underscores.me/
Author: Florian Meinert
Description: Theme für das Unikum Oldenburg
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unikum-mnrt
Tags:

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #000000;
    font-size: 1em;
    line-height: 1.4;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Aleo-Regular';
}

body {
    margin: 0;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#content {
    margin-top: 60px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

/** Generated by FG **/
@font-face {
    font-family: 'Aleo-Bold';
    src: url('assets/fonts/Aleo-Bold.eot');
    src: local('☺'),
    url('assets/fonts/Aleo-Bold.woff') format('woff'),
    url('assets/fonts/Aleo-Bold.ttf') format('truetype'),
    url('assets/fonts/Aleo-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Aleo-Regular';
    src: url('assets/fonts/Aleo-Regular.eot');
    src: local('☺'),
    url('assets/fonts/Aleo-Regular.woff') format('woff'),
    url('assets/fonts/Aleo-Regular.ttf') format('truetype'),
    url('assets/fonts/Aleo-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Aleo-LightItalic';
    src: url('assets/fonts/Aleo-LightItalic.eot');
    src: local('☺'),
    url('assets/fonts/Aleo-LightItalic.woff') format('woff'),
    url('assets/fonts/Aleo-LightItalic.ttf') format('truetype'),
    url('assets/fonts/Aleo-LightItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Aleo-Light';
    src: url('assets/fonts/Aleo-Light.eot');
    src: local('☺'),
    url('assets/fonts/Aleo-Light.woff') format('woff'),
    url('assets/fonts/Aleo-Light.ttf') format('truetype'),
    url('assets/fonts/Aleo-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Aleo-BoldItalic';
    src: url('assets/fonts/Aleo-BoldItalic.eot');
    src: local('☺'),
    url('assets/fonts/Aleo-BoldItalic.woff') format('woff'),
    url('assets/fonts/Aleo-BoldItalic.ttf') format('truetype'),
    url('assets/fonts/Aleo-BoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Aleo-Italic';
    src: url('assets/fonts/Aleo-Italic.eot');
    src: local('☺'),
    url('assets/fonts/Aleo-Italic.woff') format('woff'),
    url('assets/fonts/Aleo-Italic.ttf') format('truetype'),
    url('assets/fonts/Aleo-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Grid System
   ========================================================================== */
*, :before, :after {
    box-sizing: inherit;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    display: table;
    content: " ";
}

.clearfix:after, container:after, .row:after {
    clear: both;
}

.container {
    width: 100%;
    max-width: 1440px;
    /* BREITE ÄNDERN *//*
    padding-left: 10px;
        padding-right: 10px;*/
    margin: auto;
    background-color: #fff;
}

/*
.row {
	margin-left: -10px;
	margin-right: -10px;
}*/
.col-md-1, .col-md-offset-1, .col-md-15, .col-md-offset-15, .col-md-2, .col-md-offset-2, .col-md-25, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-0, .col-sm-1, .col-sm-offset-1, .col-sm-15, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-0, .col-xs-1, .col-xs-offset-1, .col-xs-15, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-lg-1, .col-lg-offset-1, .col-lg-15, .col-lg-2, .col-lg-offset-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    position: relative;
    display: inline-block;
    /*margin-left: 10px;
    margin-right: 10px;*/
}

/* handy grid */
.col-xs-0 {
    width: 0;
    display: none;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-15 {
    width: 12.5%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

/* tablet grid */
@media (min-width: 768px) {
    .col-sm-0 {
        width: 0;
        display: none;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-15 {
        width: 12.5%;
        display: inline-block;
    }

    .col-sm-offset-15 {
        margin-left: 12.5%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }
	
	.tribe-events-single-section .tribe-events-event-meta .primary .tribe-clearfix{
	width: 100%
}
}

/* desktop grid */
@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-15 {
        width: 12.5%;
        display: inline-block;
    }

    .col-md-offset-15 {
        margin-left: 12.5%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-25 {
        width: 20.83333333%;
    }

    .col-md-3 {
        width: 25%;
        display: inline-block;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

/* desktop grid */
@media (min-width: 1180px) {
    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .equal, .equal > div[class*='col-'] {
        display: table;
    }
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   General
   ========================================================================== */

a:link, a:visited {
    -webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    cursor: pointer;
}

h1::selection, h2::selection, h3::selection, h4::selection, p::selection, a::selection, br::selection, ::selection, strong::selection, p.normal::selection {
    color: #F9B233;
    background-color: #000000;
}

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, p::-moz-selection, a::-moz-selection, br::-moz-selection, ::-moz-selection, strong::-moz-selection, p.normal::-moz-selection {
    color: #F9B233;
    background-color: #000000;
}

/* IMAGE */
.responsive {
    width: 100%;
    height: auto;
    display: block;
}

.not-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.rounded {
	border-radius: 100%;
}

.centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}

.center {
    display: table;
    height: 100%;
    width: 100%;
}

.centerContainer {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.col-pd-container {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

/* ==========================================================================
	Font Size
   ========================================================================== */

.h2-home-slider-1, .h2-home-slider-2 {
    font-family: 'Aleo-BoldItalic';
    font-size: 64px;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding-left: 50px;

}

.h2-home-slider-2 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
}

.h2-home-slider-1 {
    display: -webkit-table;
    display: -moz-table;
    display: table;
}

.h1-home {
    font-size: 48px;
    font-family: 'Aleo-BoldItalic';
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.h2-home {
    font-family: 'Aleo-Bold';
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 5px;

}

.eventdate p {
	margin: 0;
	margin-bottom: 25px;
}

.h2-home a {
    text-decoration: none;
    color: #000000;
}

.h2-home a:hover {
    opacity: 0.5;
}

.h3-home {
    font-family: 'Aleo-Regular';
    font-size: 17px;
    color: #F9B233;
    text-align: center;
    margin: 5px 0;
}

.p-home {
    font-size: 18px;
    font-family: 'Aleo-Regular';

}

.p-home p {
    font-size: 18px;
    font-family: 'Aleo-Regular';

}

.h2-modul-home {
    font-size: 36px;
    font-family: 'Aleo-Regular';
    text-align: center;
    color: #ffffff;
}

.p-modul-home {
    font-size: 16px;
    font-family: 'Aleo-Regular';
    text-align: center;
    padding: 0 50px;
    color: #ffffff;
    padding-bottom: 125px;
}

.more-link {
    color: #F9B233;
    font-size: 18px;
    font-family: 'Aleo-Regular';
    text-decoration: none;
}

.more-link:hover {
    color: #000000;
}

/* ==========================================================================
Colors
========================================================================== */
.bg-color-modul-black {
    background-color: #000000;
}

.bg-color-modul-grey {
    background-color: #575756;
}

.bg-color-modul-lightgrey {
    background-color: #9D9D9C;
}

.bg-color-modul-yellow {
    background-color: #F9B233;
}

.font-color-black {
    color: #000000 !important;
}

.font-color-yellow {
    color: #FAB233 !important;
}

.font-color-white {
    color: #FFFFFF !important;
}

.bg-color-orange {
    background-color: #FAB233;
}

.bg-color-white {
    background-color: #ffffff;
}

.bg-transparent {
    background-color: transparent
}

/* ==========================================================================
    Margins and Paddings
   ========================================================================== */
.mg-t-120 {
    margin-top: 120px;
}

.mg-t-130 {
    margin-top: 130px;
}

.mg-t-100 {
    margin-top: 100px;
}

.mg-t-150 {
    margin-top: 150px;
}

.mg-t-80 {
    margin-top: 80px !important;
}

.mg-t-50 {
    margin-top: 50px;
}

.roundpic, .roundpic img {
	border-radius: 100%;
}

.pd-b-0{
	padding-bottom: 0 !important;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
   
   
   #preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000000;
	z-index:99;
	-webkit-transition:background-color 1s ease;
	-moz-transition:background-color 1s ease;
	-o-transition:background-color 1s ease;
	transition:background-color 1s ease;
}

#status {
	margin:auto;
	width:200px;
	margin-top:45vh;
	-webkit-transition:background-color 1s ease;
	-moz-transition:background-color 1s ease;
	-o-transition:background-color 1s ease;
	transition:background-color 1s ease;
}

#load {
	width:600px;
	font-size:3em;
	position:fixed;
	margin-left:-300px;
	top:30%;
	left:50%;
	text-align:center;
	letter-spacing:10px;
}

.scrollUp{
	width: 45px;
	height: 45px;

}
#scrollup {
	position: fixed;
	width: 45px;
	height: 45px;
	bottom: 70px;
	border-radius: 90%;
	right: 30px;
	z-index: 10;
	    box-shadow: 0 4px 4px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.3);
    cursor: pointer;
    	    
}

#scrollup:hover {
	opacity: 0.5 !important;
		-webkit-transition:all 200ms cubic-bezier(0.420,0.000,0.580,1.000);
	-moz-transition:all 200ms cubic-bezier(0.420,0.000,0.580,1.000);
	-o-transition:all 200ms cubic-bezier(0.420,0.000,0.580,1.000);
	transition:all 200ms cubic-bezier(0.420,0.000,0.580,1.000);
	-webkit-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
	-moz-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
	-o-transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
	transition-timing-function:cubic-bezier(0.420,0.000,0.580,1.000);
}

#menu {
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-left: 40px;
}

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

#menu .nav a {
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 5px 35px;
    font-size: 21px;
    position: relative;
    z-index: 8;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#menu .nav {

}

#menu .nav li {
    position: relative;
    margin-bottom: 10px;
}

#menu .nav > li {
    float: left;
    margin-right: 1px;
}

#menu .nav > li > a {
    margin-bottom: 1px;
}

#menu .nav > li:hover,
#menu .nav > li:hover > a {
}

#menu .nav li:hover > a {
    color: #F9B233;

}

#menu .nav > li:first-child {
    border-radius: 4px 0 0 4px;
}

#menu .nav > li:first-child > a {
    border-radius: 4px 0 0 0;
}

#menu .nav > li:last-child {
    border-radius: 0 0 4px 0;
    margin-right: 0;
}

#menu .nav > li:last-child > a {
    border-radius: 0 4px 0 0;
}

#menu .nav li li a {
    margin-top: 1px;
}

#menu .nav .current-menu-item > a, .menu-menue-responsive-container  .current-menu-item > a {
    font-family: 'Aleo-BoldItalic';
}

/* submenu positioning*/
#menu .nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
}

#menu .nav > li:hover > ul {
    left: auto;
    margin-top: 5px;
    min-width: 100%;
}

#menu .nav > li:hover > .sub-menu {
    margin-top: 0px;
}

#menu .nav > li li:hover > ul {
    left: 100%;
    margin-left: 1px;
    top: -1px;
}

/* arrow hover styling */
#menu .nav > li > a:first-child:nth-last-child(2):before {
    border-top-color: #aaa;
}

#menu .nav > li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    margin-top: -5px
}

#menu .nav li li > a:first-child:nth-last-child(2):before {
    border-left-color: #aaa;
    margin-top: -5px
}

#menu .nav li li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    right: 10px;
}

#menu .nav .sub-menu, #menu .nav .sub-menu li {
    background-color: #FFFFFF;
    z-index: 8;
}

.sub-menu {
    margin-top: 0;
}

.sub-menu a {
    border-top: none !important;
    border-bottom: none !important;
}

/*RESPONSIVE MENU*/

.slicknav_menu {
    display: none;
}

.slicknav_menu {
    background: #ffffff;
}

.slicknav_nav a {
    color: #000000;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    text-align: center;
    font-size: 20px;
}

.slicknav_btn {
    float: left;
    width: 50px;

}

.slicknav_nav li, .slicknav_nav ul {
	padding: 5px;
}

.slicknav_btn {
	background-color: transparent;
}

.slicknav_icon-bar {
	width: 25px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background-color: #000000 !important;
	width: 40px !important;
	height: 4px !important;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 5px !important;
}

.slicknav_icon {
	margin-top: 30px !important;
}


#mobilebrand {
	    position: absolute;
	display: none;
    right: 20px;
    width: 200px;
    height: 50px;
    top: 30px;
}

/*RESPONSIVE MENU END*/

#brand {
    width: 250px;
    height: 60px;
    margin-top: -20px;
    float: right;
    margin-right: 30px;
    -webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#brand:hover {
    opacity: 0.5;
}

#menu-menue-responsive {
	display: none;
}

/* ==========================================================================
   Navigation END
   ========================================================================== */

/* ==========================================================================
   Page Home
   ========================================================================== */

.owl-stage-outer {
    height: 88vh;
}

.title-slider {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    text-transform: uppercase;
}

.title-slider img {
	width: 100%;
    height: auto;
    display: block;
}

.sliderarrow {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    margin-bottom: -2px;
}

.arrow-home {
    height: 100%;
    width: 100%;
}

.under-upperline {
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    width: 140px;
}

.under-no-upperline {
    border-bottom: 4px solid #000000;
    width: 140px;
}

.post-logo {
    width: 35px;
    height: 35px;
    margin-top: -40px;
    float: right;
    margin-right: 20px;
}

.modul-logo-kalender, .modul-logo-mitmachen, .modul-logo-karte, .modul-logo-tv {
    width: 140px;
    margin: auto;
    margin-top: 50px;
}

.modul-logo-mitmachen {
    width: 160px;
}

.modul-logo-karte {
    width: 150px;
}

#modul-mitmachen {
    margin-top: 20px;
}

#modul-karte {
    margin-top: 25px;
}

#modul-tv {
    margin-top: 10px;
}

.arrow-modul {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
    z-index: 2;
    width: 42px;
}

.event-image img {
    width: 100%;
    height: auto;
    display: block;
}

#mapGoogle {
    width: 100%;
    height: 800px;
}

.linktainer {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-decoration: none;
}

.linktaner a, .linktaner p,.linktaner h2 {
	text-decoration: none;
}

/* ==========================================================================
   Page Event
   ========================================================================== */

.kalenderpic {
    height: 88vh;
    background-image: url('assets/img/kalender.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.anfahrtpic {
    background-image: url('assets/img/Anfahrt_1.jpg');
}


.werpic {
    background-image: url('assets/img/Collage.jpg');
}

.mitmachenpic {
	background-image: url('assets/img/Mitmachen.jpg');
}

.ticketpic {
	background-image: url('assets/img/vorhang.jpg');
}

.archivpic {
	background-image: url('assets/img/Koffer.jpg');
}

.titlecovermonthcontainer {
    position: absolute;
    top: 40%;
    left: 0%;
}

.was {
    font-family: 'Aleo-BoldItalic';
    font-size: 64px;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding-left: 100px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
}

.wann {
    font-family: 'Aleo-BoldItalic';
    font-size: 64px;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding-left: 100px;

}

.wo {
    font-family: 'Aleo-BoldItalic';
    font-size: 64px;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding-left: 100px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
}

.sliderarrow_month {
    height: auto;
}


/* ==========================================================================
   Archiv
   ========================================================================== */

.archiv p, .archiv h6  {
	    font-family: 'Aleo-Regular';
    text-align: justify;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.archivpiclist {
	padding-left: 20px;
}

.archiv a {
	color:#FAB233;
	text-decoration: none;
}



/* ==========================================================================
   Modal
   ========================================================================== */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    margin-bottom: 500px;
    padding: 0;
    border: 10px solid #F9B233;
    width: 60%;
    height: 850px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

input[type="checkbox"] {
    width: 13px !important ;
    -webkit-appearance: checkbox !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #F9B233;
    float: right;
    font-size: 40px;
    font-weight: bold;
    margin-top: -30px;
    margin-right: -10px;
    -webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    background-color: #ffffff;
    color: #000000;
    padding-left: 50px;
    padding-right: 50px;
}

.modal-header h2 {
    font-size: 40px;
    font-family: 'Aleo-Regular';
    font-weight: 100;
}

.modal-header p {
    font-size: 20px;
}

.modal-body {
}

#myModal .wpcf7 {
    padding-left: 50px;
    margin-top: 40px;
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#myModal .wpcf7 .wpcf7-text {
    border: 1px solid #000000;
    width: 80%;
    height: 30px;
    margin-left: 10px;
    font-family: 'Aleo-Regular';
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#myModal .wpcf7 .wpcf7-textarea {
    border: 1px solid #000000;
    width: 80%;
    height: 110px;
    margin-left: 10px;
    margin-top: 10px;
}

#myModal .wpcf7 .wpcf7-textarea {
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: 'Aleo-Regular';
}

#myModal .button {
    height: 40px;
    width: 200px;
    font-size: 30px;
    background-color: #F9B233;
    border: none;
    color: #ffffff;
    font-family: 'Aleo-Regular';
    text-transform: uppercase;
    float: right;
    margin-right: 70px;
    margin-top: 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

div.wpcf7-response-output {
    border: none;
    font-size: 10px;
    margin-top: 30px;
    padding: 0;
}

/* ==========================================================================
	Impressum
   ========================================================================== */

#impressum_section {
    background-color: #F9B233;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 60px;
}

#impressum_header {
    font-size: 50px;
    margin: 50px;
    margin-left: 20px;
}

#impressum_links {
    padding-left: 20px;
    padding-right: 20px;
}

#impressum_rechts {
    padding-left: 20px;
    padding-right: 50px;
    text-align: justify;
}

#impressum_rechts a, #impressum_links a {
    font-size: 15px;
    color: #FFFFFF;
}

#impressum_links a {
    font-size: 20px;
    text-decoration: none;
}

#impressum_rechts a:hover, #impressum_links a:hover {
    opacity: 0.5;
}

/* ==========================================================================
	Anfahrt
   ========================================================================== */

#unikum-map, #kubar-map {
    width: 500px;
    height: 500px;
    padding-top: 75px;
    padding-bottom: 150px;
}

#unikum-text, #kubar-text {
    text-align: justify;
    font-size: 18px;
    color: #000000;
    padding-top: 75px;
    padding-bottom: 150px;
}

.unikum-text {
    text-align: justify;
    font-size: 18px;
    color: #000000;
    padding-top: 75px;
    padding-bottom: 150px;
}

.unikum-text a {
	text-decoration: none;
	color: #F9B233;
}

#kubar-text {
    color: #FFFFFF;
}

.ueberschriften-anfahrt, .ueberschrift-anfahrt2 {
    width: 550px;
    border-top: 4px solid #575756;
    border-bottom: 4px solid #575756;
    margin: auto;
    margin-top: 50px;
}

.ueberschrift-anfahrt2 h2 {
    font-family: 'Aleo-BoldItalic';
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    margin: -5px 0px;

}

.ueberschriften-anfahrt h2 {
    font-family: 'Aleo-BoldItalic';
    font-size: 48px;
    color: #F9B233;
    text-align: center;
    margin: -5px 0px;

}

.anfahrtarrow {
    position: relative;
}

/* ==========================================================================
    Wer macht was?
========================================================================== */


.vorstellung {
	    text-align: center;
    font-size: 25px;
    color: #000000;
    padding: 70px 200px;
}

.veranstalter-wer {
	width: 400px;
	margin: auto;
	color: #ffffff;
	text-align: center;
	    font-family: 'Aleo-BoldItalic';
	font-size: 38px;
}


.mitmachen_text {
	   text-align: justify;
    font-size: 18px;
	    padding-top: 75px;
    padding-bottom: 150px;
}

.mitmachen_text a, .veranstalter_text a, #unikum-text a {
	color: #606060;
	text-decoration: none;
}
.mitmachen_text a:hover, .veranstalter_text a:hover, #unikum-text a:hover {
	opacity: 0.5;
}


.sonderfeld {
	padding-left: 120px;
	padding-right: 120px;
}

#veranstalter-wer h2{
	margin: 0px 0px;
	margin-bottom: 20px;
}

.veranstalter_pic {
    width: 500px;
    height: 500px;
    padding-top: 125px;
    padding-bottom: 150px;
}

.veranstalter_pic img {
	border-radius: 100%;
} 

.veranstalter_text {
    text-align: justify;
    font-size: 18px;
    color: #000000;
    padding-top: 165px;
    padding-bottom: 150px;
}

.veranstalter-text-color-white {
    color: #FFFFFF;
}

.ueberschrift_veranstalter_orange h2 {
    color: #F9B233;
    font-family: 'Aleo-BoldItalic';
    font-size: 48px;
    text-align: center;
    margin: -5px 0px;
}

.linkmehr {
	text-decoration: none;
	color: #ffffff;
	
}

.linkmehr:hover {
	opacity: 0.5;
	
}

.ueberschrift_veranstalter,.ueberschrift_veranstalter_orange  {
    width: 550px;
    border-top: 4px solid #575756;
    border-bottom: 4px solid #575756;
    margin: auto;
    margin-top: 150px;
}

.ueberschrift_veranstalter h2 {
    font-family: 'Aleo-BoldItalic';
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    margin: -5px 0px;

}


.anfahrtarrow {
    position: relative;
}



/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    background-color: #575756;
}

#logoswofooter {
	    width: 100px;
    margin-top: 40px;
    padding-left: 50px;
}

.logofooter {
    width: 210px;
    height: 50px;
    padding-top: 40px;
    padding-left: 50px;
}

.addressefooter {
    color: #ffffff;
    font-size: 14px;
    padding-top: 70px;
    padding-left: 50px;
    line-height: 20px;
}

#contactfooter {
    position: relative;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 20px;

}

.fa-facebook, .fa-envelope {
	color: #000000;
}

#contactfooter span {
    width: 40px;
    display: inline-flex;
    height: 40px;
    padding-top: 25px;

}

#contactfooter a:hover {
    opacity: 0.5;
    -webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    cursor: pointer;
}

#contactfooter span:nth-child(3) {
    padding-right: 15px;

}

#copyright {
    padding-right: 50px;
    padding-top: 200px;
    position: relative;
    padding-bottom: 15px;
    color: #3C3C3B;
    font-size: 14px;

}

.footerimpressum {
	margin-left: 50px;
	margin-top: 15px;
}

.footerimpressum a {
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.footerimpressum a:hover {
	opacity: 0.5;
}


.rightfooter {
    float: right;
}



/* ==========================================================================
   Carousel 2
   ========================================================================== */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/* ==========================================================================
   Responsive

   ========================================================================== */

@media only screen and (max-width: 1500px) {

    #menu .nav a {
        font-size: 16px;
        padding: 5px 25px;
    }

}

@media only screen and (max-width: 1400px) {
    .tribe-events-calendar thead th {
        font-size: 18px;
    }

    #tribe-bar-form .tribe-bar-submit input[type=submit] {
        font-size: 12px;
    }

}

@media only screen and (max-width: 1200px) {

    #menu .nav a {
        font-size: 14px;
        padding: 5px 15px;
    }

    .kalenderpic, #home-carousel, .owl-stage-outer,.singleeventcontainer {
        height: 700px;
    }

    .titlecovermonthcontainer {
        position: absolute;
        top: 30%;
        left: 0%;
    }

    .was, .wo, .wann {
        font-family: 'Aleo-BoldItalic';
        font-size: 50px;

    }
  .st0-arrow1, .st0-arrow2, .st0-arrow3 {
        display: none;
    }
   

    .modal {
        padding-top: 50px;
    }

    .modal-header p {
        font-size: 15px;
    }

    .modal-header h2 {
        font-size: 35px;
    }

    /* IMPRESSUM */
    #impressum_rechts {
        padding-top: 100px;
        padding-right: 20px;
    }

    #impressum_rechts a {
        font-size: 15px;
        color: #FFFFFF;
    }

    #impressum_rechts a:hover {
        opacity: 0.5;
    }
    
    .tribe-events-meta-group .tribe-events-single-section-title {
	    font-size: 35px;
    }

}

@media only screen and (max-width: 992px) {

    /* NAV*/
    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #brand {
        display: none;
    }
    
    #mobilebrand {
	    display: inherit;
    }
    
    .menu-menue-responsive-container {
	   	margin-top: 50px; 
    }
    
    #menu-menue-responsive {
	display: inherit;
}

.menu-menu-1-container {
	display: none;
}

    /* HOME */
    
    .h1-home {
	    font-size: 40px;
    }
    
    .owl-carousel .owl-item img, .tribe-events-event-image img {
	    height: 100%;
	    width: 100%;
    }
    
    .tribe-events-event-image img {
	width: 100%;
	height:auto;
    display: block;
    position: relative;
    }
    
    .title-slider {
	    margin-top: 100px;
	    top: 0;
	    font-size: 50px;
    }
    
    .container992 {
        margin-top: -100px;
    }

    .h2-home-slider-1, .h2-home-slider-2 {
        font-size: 44px;
    }



    .st0-arrow1, .st0-arrow2, .st0-arrow3 {
        display: none;
    }

    .kalenderpic ,#home-carousel,.owl-stage-outer, .singleeventcontainer, .tribe-events-event-image {
		margin-bottom: 0px; }

    h2.tribe-events-page-title {
        font-size: 20px;
    }

    .tribe-events-calendar thead th {
        font-size: 14px;
    }

    #tribe-bar-form .tribe-bar-submit input[type=submit] {
        font-size: 10px;
    }

    .tribe-icon-month {
        font-size: 25px;
    }

    #tribe-bar-form .tribe-bar-views-inner label {
        font-size: 16px;
    }

    #tribe-events-bar {
        margin-top: 100px;
    }

    .rightfooter {
        float: left;
        margin-top: 50px;
    }

    #myModal .wpcf7 .wpcf7-text, #myModal .wpcf7 .wpcf7-textarea {
        width: 70%;
    }

    #myModal .wpcf7, .modal-header {
        padding-left: 20px;
    }
    
    
    #unikum-map, #kubar-map, .veranstalter_pic {
	    margin: auto;
    }
    
    #unikum-text, #kubar-text, .veranstalter_text, .mitmachen_text,.unikum-text {
	    padding-left: 20px;
	    padding-right: 20px;
    }
    
    #tribe-events-bar {
	    display: none;
    }
    
    #content {
	    margin-top: 30px;
    }
    
    .menu-menu-1-container {
	    margin-top: 30px;
    }
    
    .anfahrtarrow,.anfahrttoparrow  {
	    display: inherit;
    }
    
     .rightfooter {
        float: left;
    }

    #contactfooter {
        margin-left: 10px;
    }

    #copyright {
        padding-left: 20px;
        padding-top: 0px;
    }
    .addressefooter {
	    padding-top: 20px;
	    padding-left: 20px;
    }
    
    .logofooter {
	    padding-left: 20px;
    }
    
    #logoswofooter {

    padding-left: 20px;
}
    
    .footerimpressum {
	    margin-left: 20px;
    }
    
    #impressum_section {
	    margin-top: 30px;
    }
    
    .veranstalter-wer {
	    width: 300px;
	    font-size: 25px;
    }
        .tribe-events-list-event-description p , .tribe-events-list-event-description a{
	padding: 0px 20px !important;
}

	.listAnsicht h2, .listAnsicht .tribe-event-schedule-details {
		padding-left: 20px !important;
	}

.listAnsicht .tribe-events-event-image {
	width: 100%;
}

.listAnsicht .tribe-events-event-meta {
	background: none;
	border: none;
}

.listAnsicht .tribe-events-event-image img {
	width: 100%;
}

.tribe-related-events, .tribe-events-related-events-title {
	padding: 0px 20px !important;
} 

.catlogo_list {
    margin-right: 0;
}
    
.vorstellung {
    font-size: 20px;
    padding: 70px 50px;
}
}

@media only screen and (max-width: 800px) {

    .kalenderpic {
        height: 500px;
    }

    #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
        font-size: 8px;
    }

    .tribe-events-calendar div[id*=tribe-events-daynum-] a {
        font-size: 20px;
    }

    .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
        font-size: 20px;
    }

    .tribe-events-calendar td div[id*=tribe-events-daynum-] {
        font-size: 20px;
    }

    .tribe-events-calendar thead th {
        font-size: 100%;
    }

    #tribe-bar-collapse-toggle {
        background: #ffffff;
    }

    .titlecovermonthcontainer {
        position: absolute;
        top: 20%;
        left: 0%;
    }

    .was, .wo, .wann {
        font-family: 'Aleo-BoldItalic';
        font-size: 30px;
        padding-left: 50px;

    }

    #tribe-events .tribe-events-content p {
        padding: 0 20px;

    }

    .singleviewpostlogo {
        margin-right: 20px;
    }

    .singleview {
        margin-left: 20px;
    }

    .single-tribe_events .tribe-events-single-event-title {

        padding: 20px;
    }

    .tribe-events-meta-group .tribe-events-single-section-title, .kartenbestellen h2 {
        font-size: 30px;
    }

    .modal-content {
        width: 90%;
    }

}

@media only screen and (max-width: 640px) {

    /* HOME */
    .container640 {
        margin-top: -200px;
    }

    .h2-home-slider-1, .h2-home-slider-2 {
        font-size: 30px;
    }

    .tribe-events-calendar thead th {
        font-size: 8px;
    }

    #tribe-events-bar {
        margin-top: 20px;
    }

    h2.tribe-events-page-title {
        font-size: 30px;
    }

    #tribe-events-content a {
        margin-top: 25px;
    }

    #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
        margin-top: 25px;
    }

    .tribe-events-calendar thead th {
        padding: 5px 0;
    }

    #myModal .wpcf7 {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;

    }

    #myModal .wpcf7 .wpcf7-text {
        margin-left: 0;
    }

    #myModal .wpcf7, .modal-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    #myModal .wpcf7 .wpcf7-textarea {
        margin-left: 0;
        width: 95%;
    }

    .modal-content {
        width: 95%;
        height: 95%;
    }

    #myModal {
        padding-top: 0;
    }

    .close {

        font-size: 50px;
        margin-top: -20px;
        margin-right: -10px;
    }
    
    .ueberschriften-anfahrt, .ueberschrift-anfahrt2, .ueberschrift_veranstalter, .ueberschrift_veranstalter_orange {
    width: 300px;
    margin-top: 100px;
    margin-bottom: 100px;
	    
    }
    
    #unikum-map, #kubar-map, .veranstalter_pic {
	    width: 400px;
	    height: 400px;
    }
    
    .ueberschrift_veranstalter h2, .ueberschriften-anfahrt h2, .ueberschrift-anfahrt2 h2 {
	    font-size: 38px;
    }
    
    .linkmehr {
	    font-size: 11px;
    }


}

@media only screen and (max-width: 550px) {

    /* HOME */
    .container550 {
        margin-top: -250px;
    }

    #myModal .button {
        margin-top: 0;
        margin-right: 0;
    }
    
        #unikum-map, #kubar-map, .veranstalter_pic {
	    width: 300px;
	    height: 300px;
    }
        .kalenderpic {
        height: 500px;
    }

}

@media only screen and (max-width: 420px) {

    /* HOME */
    .container420 {
        margin-top: -500px;
    }

    .tribe-events-calendar thead th {
        font-size: 7px;
        text-transform: none;
    }

    .modal-header h2 {
        font-size: 25px;
    }
        .listAnsicht .tribe-events-event-image {
	height: 300px;
}

    .modal-header p {
        font-size: 12px;
    }

}


@media only screen and (max-width: 1650px) {
	.h2-modul-home {
		
	}
	
	.p-modul-home {
		font-size: 17px;
	}
	
}

@media only screen and (max-width: 2000px) {
	.h2-modul-home {
		font-size: 30px;
	}
	
	.p-modul-home {
		font-size: 21px;
	}
	
}

@media only screen and (max-width: 1830px) {
	.h2-modul-home {
		font-size: 30px;
	}
	
	.p-modul-home {
		font-size: 20px;
	}
	
}

@media only screen and (max-width: 1700px) {
	.h2-modul-home {
		font-size: 30px;
	}
	
	.p-modul-home {
		font-size: 17px;
	}
	
}

@media only screen and (max-width: 1600px) {
	.h2-modul-home {
		font-size: 30px;
	}
	
	.p-modul-home {
		font-size: 15px;
	}
	
}

@media only screen and (max-width: 1450px) {
	.h2-modul-home {
		font-size: 25px;
	}
	
	.p-modul-home {
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 1370px) {

	
	.p-modul-home {
		font-size: 13px;
	}
	
}
@media only screen and (max-width: 1310px) {

	
	.p-modul-home {
		font-size: 11px;
	}
	
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}