/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
    color: #67696c;
    background-color: white;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}
ol, ul {
	list-style-type: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
img { max-width:100%; height:auto}
.main-site-padding
{
    padding: 70px 0px;
}
.section-padding
{
    padding: 40px 0px;
}
.wp-block-group  {
	background-color: white;
}
.wp-block-image img {
    margin-bottom: 20px;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.anchor{
  position: absolute;
  transform: translateY(-50vh);
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.wp-block[data-align=wide] { /* it can be "data-align=full" and also "right", "left" and "center" */
    background: white;
}


/***********************************
************************************
HEADER 
************************************
***********************************/
.header-home{
    /* background: url('../img/title/Bild75.jpg') no-repeat fixed; */
    background-size: cover;
    /* min-height: 700px; */
    position: relative;
}

.header-home-picture{
    /* background: url('../img/title/Bild75.jpg') no-repeat fixed; */
    background-size: cover;
    min-height: 500px; 
    position: relative;
}


.header{
    background: rgba(48,8,16, 0.5);
    position: relative;
    min-height: 60px;  
}
.bg-color-home
{
    background-color: rgba(0, 0, 0, 0.5);
    /*min-height: 700px;   */
}
.bg-color
{
    background: rgba(48,8,16, 0.5);
    min-height: 60px;
}

.navbar-default {
    background-color: transparent;
    border:0px;
    padding: 0px 0; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height : 70px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    color: #002F2F;
}
.top-nav-collapse {
   /* padding: 0; */
    background: rgba(102, 3, 23, 0.9);
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.top-nav-collapse img {
    visibility: visible;  
    -webkit-transition: visibility 1.5s ease-in;
    -moz-transition: visibility 1.5s ease-in;
    -ms-transition: visibility 1.5s ease-in;
    -o-transition: visibility 1.5s ease-in;
    transition: visibility 1.5s ease-in;
}
.navbar-toggle { 
     font-size:12px;
     right:0;
     padding:13px;
     text-transform:uppercase;
     color:#fff;
     border:0;
     background-color:#be9e21;
}
.logo-dec
{
    color: #be9e21;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: #fff;
}
.icon-bar
{
    background-color: #fff;
}
.navbar-brand {
    visibility: visible;
    padding: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 0px;
    margin-top: 5px;
    margin-left: 15px;
    background: none;
}
.navbar-brand img  {
	height: 40px;
    width: auto;
}
.navbar-default .navbar-nav > li > a
{
    /*padding: 5px 10px;*/
    font-size: 14px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #be9e21;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #be9e21;
}
.navbar-subpage
{
	background-color: rgba(102, 3, 23, 0.9);
}


.banner-info
{
    padding-top: 140px;
    color: #fff;
}
.bnr-title, .bnr-sub-title
{
    font-family: 'Roboto', sans-serif;
}
.bnr-logo 
{
	position: relative;
	margin-top: 0px;
	margin-bottom: 40px;
	height : 80px;
}
h1.bnr-title
{
	position: relative;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 0px;
    font-weight: 500;
}
h2.bnr-sub-title
{
    font-size: 45px;
    text-transform: uppercase;
    padding: 10px 0px;
    font-weight: 500;
    letter-spacing: 1px;
}
.bnr-para
{
    font-weight: 300;
    font-size: 25px;
    line-height: 1.5em;
}
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus
{
    text-transform: uppercase;
    margin-top: 50px;
    color: #be9e21 !important;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 10px;
    margin: 10px 0px 0 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}


.btn-download
{
    background-color: #be9e21;
}
.btn-more, .btn-more:focus
{
    margin-left: 0px;
    border: 1px solid #be9e21;
    color: #be9e21 !important;
}

.btn-more:hover {
    background: #be9e21;
    color: #fff !important;
}

.overlay-detail a i{
   text-align: center;
   position: absolute;
   bottom: 25px;
   font-size: 38px;
   color: #fff;
}
/***********************************
************************************
News 
************************************
***********************************/
.news-date
{
    padding: 0;
    margin: 0;
}
.news-header
{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.news
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}


/***********************************
************************************
Login 
************************************
***********************************/
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.9);
    color: #ffffff;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.9);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #ffffff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
/***********************************
************************************
features
************************************
***********************************/
.title, .service-title
{
    
    font-size: 25px;
    text-transform: uppercase;
    font-weight : 400;
    letter-spacing: 1px;
    padding-top: 30px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.service-title::after 
{
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #BE9E21;
  bottom: 0;
  left: calc(50% - 20px);
}
.presse-title
{
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Fira Sans', sans-serif;*/
    font-size: 25px;
    text-transform: uppercase;
    color: #FFFFFF; 
}
.item-img
{
    margin-bottom: 15px;
}
.sub-title
{
    font-size: 20px;
}
.bottom-line
{
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 40px;
    background-color: #BE9E21;
}
.wrap-item h3 {
    font-size: 24px;
    line-height: 25px;
}
.pad-bt15 {
    padding-bottom: 15px;
}
.sec-sub-title
{
    padding-top: 30px;
}
.sec-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #002F2F;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}
#service
{
    background-color: #F3F4F8;
}
ul.service-list li i
{
    color: #002F2F;
    padding-right: 10px;
}
.learn-more, .learn-more:hover, .learn-more:focus {
    height: 50px;
    width: 175px;
    background: #046380;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
    height: 50px;
    width: 175px;
    display: inline-block;
    text-align: center;
    color: #495376;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #838aa1;
    margin-top: 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.service-item h3 span
{
    opacity: 0.7;
    font-size: 75px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
    padding-right: 6px;
}
.service-item h3
{
    font-weight: 700;
}
.service-item p
{
    opacity: 0.6;
    color: inherit;
    padding: 10px 0px;
}
.service-item a
{
    color: #be9e21;
}
.mr-btn-15
{
    margin-bottom: 15px;
}
.padding-right-zero
{
    padding-right: 0px !important;
}
.bx-wrapper {
    margin: 0 auto 35px;
}
.mycarousel item {
	max-height: 500px;
	overflow:hidden;
}
.portfolio-item
{
    position:relative;
    overflow:hidden;
}
.portfolio-item figure
{
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.portfolio-item figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.portfolio-item figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.portfolio-item figure h2 {
    font-family: 'Fira Sans', sans-serif;
    color:#fff;
    font-size:20px;
    text-align:left;
    padding-bottom:15px;
}
.portfolio-item figure p {
    display:block;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.portfolio-item figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding: 59px 30px;
    background-color: #BE9E21;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    text-align: center;
}
.portfolio-item figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.portfolio-item figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.portfolio-item figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

.section-bg {
    background-color: #f7f8fa;
}

.section-bg:before {
    background-color: #f7f8fa;
    content:"";
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px;
    z-index: -1;
}
/***********************************
************************************
TESTIMONIAL
************************************
***********************************/
#testimonial
{
    background: url('../img/bg.jpg') no-repeat;
    background-size: cover;
    min-height: 290px;
}
.bg-testicolor{
    background-color: RGBA(73, 84, 105, 0.61);
    min-height: 290px;
}
.white
{
    color: #fff !important;
}

.testimonial-item ul {
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding : 0;
}
.testimonial-item a {
	color: #fff;
}
.testimonial-item ul li blockquote {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: inline-block;
    width: 90%;
    margin: 20px 0;
    padding: 0 0px;
    position: relative;
    border: 0;
}
.testimonial-item ul li  small {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: inline-block;
    width: 95%;
}
.bx-viewport
{
    /*height: 200px !important;*/
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
}
.presse
{
	height: 200px !important;
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
}
.testimonial-item ul li blockquote::before {
    content: '';
    left: 30px;
}
.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
    position: absolute;
    font-weight: 300;
    font-size: 3em;
    font-family: Georgia, serif;
    color: #ccc;
    top: 62%;
}
.testimonial-item ul li blockquote::after {
    content: '';
    right: 30px;
}
/***********************************
************************************
Home - Concert
************************************
***********************************/
.concertlist {
    list-style: none;
  	position: relative;
  	padding: 20px 0px 20px 0px;
  	display: inline-block;
}

.image-field {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.image-field img {
        width: 100%;
    }
    
.container-concert {
    /*margin: 10px;
    padding: 0px;*/
    display: table-cell;
    height: 350px;
    width: 300px;
    min-width: 320px;
    float: none !important;
    padding: 10px;
    margin: 0 auto;
    vertical-align: top;
    overflow: hidden;
}
.container-concert a {   
	border : none;
	color:#303030;
}    
.container-concert a:hover {   
	border : none;
	color:#303030;
	text-decoration: none;
}   
.container-concert-panel:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0.5,0.5,0.5,.6);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.img-feature-concert img {
    border-radius: 100%;
    border: 10px solid #f0f0f0;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
} 
.img-obsolete {
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.inside-concert-container {
    min-height: inherit;
    margin-bottom: 0px;
    background: #fafafa;
    padding: 20px;
    min-height: 180px;
    border : none;
    color:#303030;
}
.concert-title h4 {
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    color:#303030;
    margin: 0px;
    padding-bottom: 14px;
}

.content-concert-text {
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 14px;
    
}
.content-concert-text p {
	font-weight: 200;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 14px;
}


.content-music strong {
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 14px;  
}
.content-music {
	font-weight: 200;
    margin-bottom: 0px;
    font-size: 14px;
}

/* Ribbons */

  .ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
    float:right;
  }
  .ribbon span {
    font-size: 8px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }



/***********************************
************************************
Orchestra and Conductor
************************************
***********************************/

.artist img {
    margin-top: 10px;
    width : 100%; 
}

#dirigenten {
	background-color: white;
}

.vbKlassisch img {
	padding-bottom: 20px;
	padding-right: 20px;
	height: 60px;
}


.dirigent {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #edf1f0;
    box-shadow: 0px 2px 15px rgba(65, 76, 100, 0.06);
}

.dirigent .dirigent-img {
    position: relative;
    overflow: hidden;
    max-width: none;
  }
  
.dirigent .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
  }

.dirigent .dirigent-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #414c64;
    background-color: #F3F4F8;
  }
.dirigent .dirigent-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
  }
.member .dirigent-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
  }



/***********************************
************************************
Verein
************************************
***********************************/

.infobox {
    font-size: 13px;
    line-height: 1.5;
}
.infobox h4 {
	font-size: 14px;
}

.alert-none {
	background : #eee;
}	


.vereinsposten ul {
    padding-left: inherit;
}

.vereinsposten li {
    list-style: square;
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 1.5;
    padding-left : 0px;
}


/***********************************
************************************
Blog
************************************
***********************************/
.blog-sec {
	margin-top : 20px;
}
.blog-info h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 5px;
    text-align: center;
}
.blog-comment {
    margin-top: 0px;
    min-height: 20px;
}
.blog-info p, .blog-comment p
{
    color: #949494;
}
.blog-comment p:first-child {
    float: left;
}
.blog-comment p:last-child {
    float: right;
    margin-right: 0;
}
.blog-comment p i
{
    color: #949494;
}
.read-more {
    color: #949494;

}
.blog-img
{
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    width : 100%;
    max-height: 400px;
}
.blog-img img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.blog-img a:hover {
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.blog-img img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    max-height : none;
    height : auto;
}
.blog-img h1 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin : 0;
    padding : 10px;
    font-size: 15px;
    color: #ffffff;
    background: rgba(0,0,0,0.4);
    width : 100%;
}
/***********************************
************************************
Mitwirken und Interner Bereich
************************************
***********************************/

.proben-table
{
	font-size: 14px;
}	

.small-font
{
	font-size: 14px;
}	


.proben-anwesend:hover
{
	box-shadow: 0px 0px 4px 4px #fff;
	-webkit-transition: all 0.1s;
	text-decoration : none;
}

.proben-anwesend a:hover
{
	text-decoration : none;
}

.panel-text 
{
	color: #67696c;
	font-weight: 200;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.tab-pane 
{	
	margin : 10px;
}

.panel-text a
{
	text-decoration: none;
	color: #67696c;
}

.tab-text
{
	color: #67696c;
	font-weight: 200;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.tab-text h4
{
	font-size: 15px;

}

.address-table {
	width: 20%;
}

.besetzungs-table {
	width: 20%;
}

span.noten-filename {
    font-size: 12px;

}

.panel-my {
	font-family: 'Roboto', sans-serif;
	border-color: rgb(190,190,190);
	/*border : none;
	background-color: #ffffff;
  	
  	color: #67696c;
  	border-radius: 0px; */
	
}
.panel-my>.panel-heading {
	font-family: 'Roboto', sans-serif;
	color:#333;
	background-color: #f5f5f5;
	border-color: #ddd;
	
		
	/*color: #67696c;
	background-color: #eee;
	border : none;
	border-color: #676a6c;
	border-top-style: solid;
	border-top-width: 2px;
	border-radius: 0px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;*/
}

.panel-heading h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  font-size: 14px;
}

.feed-element {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 5px 3px 5px 3px;
  border-bottom: 1px solid #e7eaec;
  background-color: #fff;
  border-radius : 4px;
}

.feed-element strong {
    font-weight: 400;
    padding : 0;
    border-bottom: none;
}

.feed-element:hover {
  background-color: #eeeeee;
}

.feed-element:first-child {
  margin-top: 0px;
}

.feed-element:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}


.profile-info  
{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 14px;
	float: left;
}
.profile-info-category 
{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 14px;
	float: left;
	width: 40%;
	padding-bottom: 10px;
}
.profile-info-content  
{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 14px;
	float: left;
	width: 60%;
	padding-bottom: 10px;
}
.profile-info-content  img {
	max-width: 60%;
	height : 3em; 
}
.profile-info-content p {
	font-weight: 200;
	line-height: 1.4em;
	font-size: 14px;  
}
.profile-info-content p strong {
	font-weight: 400;
	line-height: 1.4em;
	font-size: 14px;  
}


/* Noten upload */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
  }
  
  /* skin.css Style*/
  .upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
  }
  .upload-drop-zone.drop {
    color: #222;
    border-color: #222;
  }

/***********************************
************************************
general
************************************
***********************************/

.mybar {
margin-bottom: 0px; 
}

.uploadbar {
    margin-bottom: 0px; 
    margin-top: 20px; 
}
    


/***********************************
************************************
contact
************************************
***********************************/
.contact
{
    background-color: rgb(73, 84, 105);
    color : white;
}
.contact:before {
    background-color: rgb(73, 84, 105);
    content:"";
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px;
    z-index: -1;
}

.btn-submit 
{
    background-color: transparent;
    border-radius: 10px;
    color: rgb(180,32,64);
    font-weight: 400;
    border: 1px solid rgb(180,32,64);
    font-size: 14px;
    padding: 6px 20px;
}

.btn-submit:hover, .btn-submit:focus
{
    background-color: rgb(180,32,64);
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    border: 1px solid rgb(180,32,64);
    font-size: 14px;
    padding: 6px 20px;
}

.form-group
{
    font-size: 13px;
}

.form-control
{
    background-color: transparent;
    color: rgb(80,80,80) !important;
    border-color: rgb(180,180,180);
    font-weight: 200;
}
.form-control:focus {
    border-color: #be9e21;
    /*outline: 0; */
    color: rgb(20,20,20) !important;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);*/
}
.contact-form input.form-control {
    color: #fff;
}
.control-label {
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.loction-info p
{
    margin-bottom: 25px;
}
.loction-info p i
{
    color: #be9e21;
}
/***********************************
************************************
contact
************************************
***********************************/
#footer
{
    padding-top: 40px;
    padding-bottom: 40px;
    
    background: #2b2b2b;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.scrollToTop {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #be9e21;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.white-bg
{
    background-color: #fff;
}
#footer a{
    color: #be9e21;
    font-weight: 400;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
/***********************************
************************************
cta
************************************
***********************************/
.cta {
    background-color: rgb(73, 84, 105);
}
.cta .cta-info {
    
    width: 100%;
    float: left;
    padding: 30px 25px 30px 15px;
    border-radius: 5px;
}
.cta .cta-info .cta-txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.cta .cta-info .cta-btn {
    margin-top: 16px;
    background-color: rgb(190, 158, 33);
    padding: 20px 50px;
    color: #FFF;
    font-size: 22px;
    display: inline-block;
    transition: all 0.5s ease-in 0s;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 768px) and (max-width: 980px) {
.header-home-picture{
    background-size: cover;
    background-attachment: scroll;
    min-height: 300px; 
    position: relative;
}
    
.service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
.portfolio-item figure figcaption{
    padding: 55px 30px;
}
.padding-right-zero{
    padding-right: 15px !important;
}

}
@media (min-width: 451px) and (max-width: 767px) {
.header-home-picture{
    background-attachment: scroll;
    background-size: cover;
    min-height: 300px; 
    position: relative;
}

.service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}

.navbar-brand {
    visibility: visible;
    margin-left: 16px;
    margin-top: 0px;
    transition: all .3s;
    background: none;
}

.navbar-brand img {
    max-height:80px;
}

}
@media (min-width: 20px) and (max-width: 450px) {
.header-home-picture{
    background-attachment: scroll;
    background-size: cover;
    min-height: 300px; 
    position: relative;
}
.navbar-default .navbar-brand {
    visibility: visible;
    padding-left: 16px;
    margin-top: 0px;
    transition: all .3s;
}
.navbar-collapse {
	background-color: rgba(0, 0, 0,0.8);
}
.banner-info {
    padding-top: 40px;
}
h1.bnr-title {
    font-size: 20px;
}
h2.bnr-sub-title {
    font-size: 20px;
}
body{
    font-size: 14px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
}
.wrap-item h3 {
    font-size: 18px;
}
.title, .service-title {
    font-size: 28px;
}
.sub-title {
    font-size: 15px;
}
.service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
.loction-info{
    padding: 0px 15px;
}
.portfolio-item figure figcaption {
    padding: 30px 30px;
}
.padding-right-zero{
    padding-right: 15px !important;
}
.portfolio-item figure p{
    font-size: 14px;
}
.portfolio-item figure h2{
    font-size: 18px;
}
.testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
}
.navbar-default .navbar-nav > li > a{
    line-height: 22px;
    text-align: center;
}
}