/*
Theme Name: EventRakete
Author: Titus Bimawidyana
Author URI: http://calltitus.com/
Description: Custom built WordPress theme for EventRakete
Version: 1.0.0
*/

html, body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
    color: #595959;
    padding: 0;
    margin: 0;
}
h3, h4 {
    font-size: 19px;
    font-weight: bold;
    color: #636363;
}
h3.section-header {
    font-size: 21px;
    text-align: center;
    margin-bottom: 30px;
}
a, a:hover, a:focus {
    color: #e33939;
    border-bottom: 1px dotted #e33939;
    text-decoration: none;
}
img {
    max-width: 100%;
}
ul, ol {
    padding-left: 20px;
}
blockquote {
    border-color: #e33939;
}

.dmbs-container {}
.dmbs-header-img {}
.dmbs-header-text {}
.dmbs-top-menu {}
.dmbs-content {}
.dmbs-main {}
.dmbs-left {}
.dmbs-right {}
.dmbs-footer-menu {}
.dmbs-author-credits {}

/* Colors */
.red {
    color: #e33939;
}

/* Headers */

.dmbs-header {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dmbs-header a, a:hover, a:focus, a:visited {
    border: none;
    text-decoration: none;
}
.dmbs-header .search {
    margin-top: 2px;
}
.dmbs-header .search .btn {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    color: #e33939;
}
.dmbs-header .search .btn:hover {
    color: #e33939;
}
.dmbs-header .search .input-group {
    width: 100%;
}

span.twitter-typeahead {
    width: 100% !important;
    display: block !important;
}
.prefetch-suchen {
    width: 100% !important;
    height: 34px !important;
}
.tt-hint {
    display: none !important;
}
.tt-menu {
    width: 100%;
    margin: 0;
    padding: 3px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    top: 33px !important;
}
.tt-suggestion {
    padding: 3px 20px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #4FAEE4;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #4FAEE4;
}
.tt-suggestion p {
    margin: 0;
}

.dmbs-header .social {
    text-align: right;
}
.dmbs-header .social a {
    color: #e33939;
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    margin-left: 10px;
}

/* Content */

.blue-container {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(images/bgblue-500.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blue-container .page-header {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 0;
    border: none;
}
.homeblue-container {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(images/homebg.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 560px;
    overflow: hidden;
}
.homeblue-container .page-header {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    margin: 90px 0 45px 0;
    padding: 0;
    border: none;
}
.white-container {
    padding: 30px 0;
}
.home .white-container {
    padding: 60px 0;
}
.gray-container {
    background-color: #f7f7f7;
    padding: 30px 0;
}
.image-header {
    text-align: center;
}
.image-header img {
    margin-top: 30px;
    margin-bottom: 25px;
    border: 5px solid #ffffff;
    border-radius: 5px;
}
.col-event-description,
.col-event-box {
    margin-top: 25px;
}
.col-event-description {
    border-left: 2px solid #e33939;
    padding-left: 25px;
}
.col-event-box {
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 25px;
}
.col-event-box h4 {
    margin-top: 30px;
}
.col-event-box h4:first-child {
    margin-top: 0;
}
.col-event-box .gmap-static {
    margin-top: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 3px;
}
.col-event-box .gmap-static img {
    border-radius: 5px;
}
.col-event-box p:last-child {
    margin-bottom: 0;
}
.col-event-box-news ul {
    margin: 0;
    padding-left: 15px;
}
.col-event-box-news ul li {
    list-style: none;
}
.col-event-box-news ul li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 0px 0 -10px;
    color: #b4b4b4;
    display: inline-block;
    width: 10px;
}
.btn-social {
    border-radius: 5px;
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px;
}
.btn-social:hover {
    cursor: pointer;
}
.btn-social:hover,
.btn-social:focus {
    color: #fff;
}
.btn-social.facebook {
    background-color: #5674b9;
    border-bottom: 4px solid #39549f;
}
.btn-social.facebook:hover {
    background-color: #39549f;
}
.btn-social.twitter {
    background-color: #55acee;
    border-bottom: 4px solid #3890e6;
}
.btn-social.twitter:hover {
    background-color: #3890e6;
}
.btn-social.gplus {
    background-color: #dd4b39;
    border-bottom: 4px solid #ce3023;
}
.btn-social.gplus:hover {
    background-color: #ce3023;
}
.gplus-container {
    position: relative;
}
.gplus-container > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 38px !important;
    overflow: hidden !important;
    margin: 0 15px !important;
    display: block !important;
    opacity: 0;
}
.btn-buyticket {
    margin-top: 30px;
}
.btn-buyticket i {
    margin-right: 10px;
}




.inserat {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
#homesearch {
    text-align: center;
}
#homesearch .input-group {
    width: 500px;
}
#homesearch .input-group-btn {
    text-align: right;
    width: 50px;
}
#homesearch .prefetch-suchen {
    height: auto !important;
    border: none;
    background: #fff !important;
    border-radius: 6px 0 0 6px;
    padding-top: 17px;
    padding-bottom: 17px;
}
#homesearch .btn-white {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}
#homesearch .tt-menu {
    text-align: left;
    top: 50px !important;
    border-top: none;
}
#homesearch .beliebte {
    margin-top: 30px;
    color: #fff;
    font-size: 15px;
}
#homesearch .beliebte a {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
    border-color: #fff;
}
#homesearch .beliebte a:first-child {
    margin-left: 10px;
}
.home .dmbs-content .block-left p {
    line-height: 30px;
}
ul.all-events-index {
    padding-left: 0;
}
.all-events-index li {
    list-style: none;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    width: 17px;
    line-height: 30px;
}

.breadcrumbs {
    margin-top: 40px;
    font-size: 14px;
}
.breadcrumbs i.fa {
    margin-left: 5px;
    margin-right: 5px;
}
.loadmore {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.generated {
    text-align: center;
    font-size: 70%;
    font-style: italic;
    margin-top: -25px;
    margin-bottom: 25px;
}

/* Footer */

.dmbs-outer-footer {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F1F1F1),
	color-stop(1, #DFDFDF)
    );
    background-image: -o-linear-gradient(bottom, #F1F1F1 0%, #DFDFDF 100%);
    background-image: -moz-linear-gradient(bottom, #F1F1F1 0%, #DFDFDF 100%);
    background-image: -webkit-linear-gradient(bottom, #F1F1F1 0%, #DFDFDF 100%);
    background-image: -ms-linear-gradient(bottom, #F1F1F1 0%, #DFDFDF 100%);
    background-image: linear-gradient(to bottom, #F1F1F1 0%, #DFDFDF 100%);
}
.dmbs-outer-footer:before {
    border-bottom: 1px solid #dbdbdb;
    height: 5px;
    content: " ";
    display: block;
}
.dmbs-footer {
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 14px;
}
.dmbs-footer h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #525252;
}
.dmbs-footer a {
    color: inherit;
    text-decoration: none;
    border: none;
}
.dmbs-footer a:hover, .dmbs-footer a:focus, .dmbs-footer a:visited {
    text-decoration: none;
    border-bottom: 1px dotted #595959;
}
.dmbs-footer .footer-logo {
    display: block;
    margin-bottom: 15px;
}
.dmbs-footer ul {
    padding-left: 10px;
}
.dmbs-footer ul > li {
    list-style-type: none;
    margin-bottom: 3px;
}
.dmbs-footer ul > li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 0px 0 -10px;
    color: #b4b4b4;
    display: inline-block;
    width: 10px;
}

/* Isotope */

#iso-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.iso-item {
    background-color: #fff;
    border-bottom: 3px solid #636363;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(99,99,99,1);
    -moz-box-shadow: 0px 0px 10px -4px rgba(99,99,99,1);
    box-shadow: 0px 0px 10px -4px rgba(99,99,99,1);
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 270px;
}
.iso-item img {
    display: block;
    width: 100%;
    height: auto;
}
.iso-item a {
    border: none;
    color: #636363;
}
.iso-item a p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}
.iso-item p.start {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    font-size: 15px;
}
.iso-item:hover {
    border-bottom-color: #e33939;
}
.iso-item:hover a p {
    color: #e33939;
}

/* Isotope Transitions */

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

@media (max-width:1024px) {
    .dmbs-header .social a {
        margin-left: 3px;
    }
}
@media (max-width:768px) {
    .dmbs-header .social {
        padding-left: 0;
    }
    .dmbs-header .social a {
        margin-left: 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
@media (max-width:500px) {
    .dmbs-header {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
    }
    .dmbs-header .search {
        margin-top: 15px;
    }
    .dmbs-header .social {
        position: absolute;
        top: 5px;
        right: 0;
    }
    #homesearch .input-group {
        width: 100%;
    }
    #homesearch strong {
        display: block;
        margin-bottom: 15px;
    }
    .white-container .block-right {
        display: none;
    }
    .col-event-box .btn-social {
        font-size: 14px;
    }
}

.logged-in .iso-eventim {
    background-color: #3A85BF !important;
}

/* Comments Theme */
.commentsbox {
    margin-top: 30px;
}
.commentsbox h3 {
    background: no-repeat bottom right;
    margin-bottom: 0;
    display: inline-block;
    height: 41px;
    width: 200px;
    padding-left: 15px;
}
.comments {
    background: repeat;
    padding: 10px 20px;
    border-radius: 3px;
}
.comments .comment {
    padding: 10px 0;
    border-bottom: 1px dotted #e33939;
    overflow-wrap: break-word;
}
.comments .comment:last-child {
    border-bottom: 0;
}