/*
*/

a {
    color: #75191d;
}
a:hover,
a:focus {
    color: #000000;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: none;
}
body {
    margin: 0;
    padding: 0;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
p {
    margin: 0 0 20px;
}
.tm-image {
    width: 100%;
    height: 100%;
}

/*
	Header, Navigation
*/
.fixed-header{
    width: 100%;
    float:left;
    position: fixed;
    top: 0;
    z-index: 111;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 35px 0px;
}
.navbar-toggle {
    position: absolute;
    top: 8px;
    right: 17px;
    margin: 0;
    z-index: 99999999;
    color: #fff;
    padding: 10px 10px;
    background-color: #75191d;
    border: none;
    font-weight: bold;
    display:none;
}
.navbar-brand {
    color: rgba(0,  0,  0, 1);
    font-weight: 300;
    font-size: 38px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: rgba(0,  0,  0, 1);
}
.fixed-header ul{
    padding: 0;
    float: right;
    margin: 0;
}
.fixed-header ul li{
    display: inline-block;
    padding: 15px 0px;
}
.fixed-header ul li a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px 0;
}
.fixed-header ul li a:hover,
.fixed-header ul li .current{
    color: #000000;
    border-top: 2px solid #000000;
}
.fixed-header {
    background: transparent;
}
.fixed-header.scroll {
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
}
.fixed-header.scroll .navbar-brand {
    font-size: 30px;
}
.newcd {
	padding-left: 20px;
	font-size: 0.7em;
}
.language {
	padding-left: 30px;
    font-size: 0.7em;
}

#home {
    padding-top: 0.5em;
}
.content {
    padding-right: 0px;
    padding-left: 0px;
}
.content-item {
    padding-right: 0px;
    padding-left: 0px;
    min-height: 570px !important;
}
.content-item p:last-child {
    margin-bottom: 0;
}
.background.content-item-1 {
    padding: 10px 65px;
}
.last {
    padding-right: 0px;
    padding-left: 0px;
    min-height: 284px !important;
}
.background {
    background-color: #fff;
    padding: 55px 45px;
}
.mittig {
    text-align: center;
}
.main-title {
    font-weight: 300;
    font-size: 34px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
}
.section-title {
	font-weight: 300;
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: 25px;
    height: 28px;
}
.quote {
	font-weight: 300;
	font-style: italic;
	text-align: center;
    font-size: 1.2em;
    margin: 20px 0 0 0;
}
.special-text-color {
    color: #75191d;
}
.section-link {
	line-height: 1.6;
	color: #75191d;
}
.section-link:hover {
	color: #000000;
}
.no-bg {
    background: none;
    border: 1px solid #aaa;
}
.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}


/*
	Abst�nde
*/
.margin-t-10 {
    margin-top: 10px;
}
.margin-t-20 {
    margin-top: 20px;
}
.margin-t-40 {
    margin-top: 40px;
}
.margin-t-60 {
    margin-top: 60px;
}
.margin-t-80 {
    margin-top: 80px;
}
.margin-t-100 {
    margin-top: 100px;
}
.margin-firstpicture {
    margin-top: 140px;
}

.cover-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width:100%;
  height: auto;
}

/*
	Gigs
*/
.gigs {
    margin-top: 40px;
}

/*
	Button
*/
.link-button,
.link-button:active {
    color: #75191d;
    padding: 5px 20px 5px 20px;
    border: 1px solid #75191d;
}
.link-button:hover,
.link-button:focus {
    color: #ffffff;
    background-color: #75191d;
}

/*
	Video
*/
.videosize {
	width: 467px;
	height: 317px;
}


/*
	Impressum
*/
.impressumbox {
	padding: 20px 10px 0px 10px;
    background-color: rgba(0,   0,   0, 0.05);
    color: rgba(0, 0, 0, 0.5);
}

.impressum {
	font-size: 12px;
    padding: 10px 0;
}


/*
	Bildschirmgr��en
*/
@media screen and (max-width: 1199px){
    .content-item {
        min-height: 470px !important;
    }
    .content-item img {
        min-height: 470px !important;
    }
    .background p {
        line-height: 22px;
    }
    .background p,
    .background li {
        font-size: 13px;
    }
    .background h2 {
        margin-bottom: 25px !important;
    }
    p {
        margin: 0 0 10px;
    }
    .background {
        background-color: #fff;
    }
    .last {
        min-height: 235px !important;
    }
    .videosize {
	width: 373px;
	height: 253px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .background {
        padding: 25px;
    }
    .background.content-item-1 {
        padding: 0 40px;
    }
}

@media screen and (max-width: 991px){
	.content-item {
        min-height: inherit !important;
    }
    .content-item img {
        min-height: inherit !important;
    }
    .fixed-header ul li a {
        padding: 0px 10px;
    }
    .background p {
        line-height: 27px;
    }
    .background p,
    .background li {
        font-size: 16px;
    }
    .background h2 {
        margin-bottom: 20px;
    }
    p {
        margin: 0 0 20px;
    }
    .last {
        min-height: 284px !important;
    }
    .videosize {
	width: 373px;
	height: 253px;
	}
}

@media screen and (max-width:767px){
    .last {
        min-height: inherit !important;
    }
    .fixed-header.scroll .navbar-brand {
        padding: 12px 15px 0;
    }
    .navbar-toggle {
       display:block;
       top: 15px;
       background-color: white;
    }
    .fixed-header.scroll .navbar-toggle {
        top: 8px;
    }
    .navbar-toggle .icon-bar {
        background-color: #000000;
    }

    .fixed-header ul li a:hover,
    .fixed-header ul li .current {
        border-top: none;
    }
    .fixed-header {
        padding: 5px 0;
    }
    .fixed-header ul li a {
        font-size: 1em;
    }
    .main-menu ul {
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
    }
    .main-menu {
        max-height: 0;
        transition: max-height 0.3s;
        overflow: hidden;
    }
    .main-menu.show {
        max-height: 250px;
        overflow: auto;
    }
    .main-menu ul li {
        display: block;
        padding: 10px 0px;
        width: 100%;
        float:left;
    }
    .main-menu ul li a {
        padding: 0px 0px;
        width: 100%;
        float: left;
    }
    #home {
        padding-top: 50x;
    }
    .pad-l-3 {
        padding-left: 15px;
    }
    .videosize {
	width: 299px;
	height: 203px;
	}
}

@media screen and (max-width: 500px) {
	.margin-firstpicture {
    margin-top: 120px;
	}
	.videosize {
	width: 224px;
	height: 152px;
	}
}

@media screen and (max-width: 480px) {
    .background.content-item-1 {
        padding: 40px 45px;
    }
    .videosize {
	width: 224px;
	height: 152px;
	}
}

@media screen and (max-width: 420px) {
    .background {
        padding: 40px 35px;
    }
    .background.content-item-1 {
        padding: 20px 25px;
    }
    .videosize {
	width: 224px;
	height: 152px;
	}
}
