/* SHORTCODE STYLES */

/* default width: 510px */
.shortcode-one-third {
  width: 150px;
  margin: 10px;
  float: left;
}

.shortcode-two-third {
  width: 320px;
  margin: 10px;
  float: left;
}

 .shortcode-half {
  margin: 10px;
  width: 235px;
  float: left;
}

 .shortcode-half-right {
  margin: 10px;
  width: 235px;
  float: left;
}

 .shortcode-half-left {
  margin: 10px;
  width: 235px;
  float: left;
}

 .shortcode-one-fourth {
  margin: 10px;
  float: left;
  width: 107px;
}

 .shortcode-three-fourth {
  margin: 10px;
  width: 302px;
  float: left;
}


/* full width: 870px */
.full_width .shortcode-one-third {
  width: 270px;
}

.full_width .shortcode-two-third {
  width: 540px;
}

.full_width .shortcode-half {
  width: 47%;
  margin: 0 3% 0 0;
  text-align: justify;
}

.full_width .shortcode-half-right {
  width: 47%;
  margin: 0 0 0 3%;
  text-align: justify;
}

.full_width .shortcode-half-left {
  width: 47%;
  margin: 0 3% 0 0;
  text-align: justify;
}

.full_width .shortcode-one-fourth {
  width: 197px;
}

.full_width .shortcode-three-fourth {
  width: 632px;
}

.shortcode-list {

}
.shortcode-list ul {
  list-style: none !important;
  padding: 0px !important; /* reset cause of possible use in widgets :) */
  margin: 0px !important;  /* reset cause of possible use in widgets :) */
  margin-left: 5px;
}

.shortcode-list ul li {
  list-style: none !important;
  padding: 0px !important; /* reset cause of possible use in widgets :) */
  margin: 0px !important;  /* reset cause of possible use in widgets :) */
  background: none !important; /* reset cause of possible use in widgets :) */
  border: 0px !important; /* reset cause of possible use in widgets :) */
  padding: 3px 30px !important;
  margin-left: 10px !important;
}

.shortcode-list-blue_arrow ul li {
  background: url(../images/shortcodes/lists/blue_arrow.png) no-repeat center left !important;
}
.shortcode-list-gray_arrow ul li {
  background: url(../images/shortcodes/lists/gray_arrow.png) no-repeat center left !important;
}
.shortcode-list-green_arrow ul li {
  background: url(../images/shortcodes/lists/green_arrow.png) no-repeat center left !important;
}
.shortcode-list-pink_arrow ul li {
  background: url(../images/shortcodes/lists/pink_arrow.png) no-repeat center left !important;
}
.shortcode-list-red_arrow ul li {
  background: url(../images/shortcodes/lists/red_arrow.png) no-repeat center left !important;
}
.shortcode-list-heart ul li {
  background: url(../images/shortcodes/lists/heart.png) no-repeat center left !important;
}
.shortcode-list-info ul li {
  background: url(../images/shortcodes/lists/info.png) no-repeat center left !important;
}
.shortcode-list-play ul li {
  background: url(../images/shortcodes/lists/play.png) no-repeat center left !important;
}
.shortcode-list-star ul li {
  background: url(../images/shortcodes/lists/star.png) no-repeat center left !important;
}
.shortcode-list-check ul li {
  background: url(../images/shortcodes/lists/okay.png) no-repeat center left !important;
}

a.shortcode-button {
  padding: 10px 15px;
  font-size: 18px;
  padding-top: 8px;
  text-decoration: none !important;
  margin: 5px;
  line-height: 50px;
}

a.shortcode-button-black {
  color: #999;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #000;
  background-color: #666666;
  background-image: -moz-linear-gradient(top, #666666, #161616); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666666),color-stop(1, #161616)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#161616'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#161616')"; /* IE8 */
}
a.shortcode-button-black:hover {
  color: #999;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #000;
  background-color: #161616;
  background-image: -moz-linear-gradient(top, #161616, #666666); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #161616),color-stop(1, #666666)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#161616', EndColorStr='#666666'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#161616', EndColorStr='#666666')"; /* IE8 */
}
a.shortcode-button-blue {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #000066;
  background-color: #3366cc;
  background-image: -moz-linear-gradient(top, #3366cc, #003366); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3366cc),color-stop(1, #003366)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#3366cc', EndColorStr='#003366'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3366cc', EndColorStr='#003366')"; /* IE8 */
}
a.shortcode-button-blue:hover {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #000;
  background-color: #003366;
  background-image: -moz-linear-gradient(top, #003366, #3366cc); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #003366),color-stop(1, #3366cc)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#003366', EndColorStr='#3366cc'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#003366', EndColorStr='#3366cc')"; /* IE8 */
}
a.shortcode-button-gray {
  color: #999;
  text-shadow: 1px 1px 0px #fff;
  border: 1px solid #999;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e1e1e1); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f5f5f5),color-stop(1, #e1e1e1)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e1e1e1'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e1e1e1')"; /* IE8 */
}
a.shortcode-button-gray:hover {
  color: #999;
  text-shadow: 1px 1px 0px #fff;
  border: 1px solid #999;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #e1e1e1, #f5f5f5); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e1e1e1),color-stop(1, #f5f5f5)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#f5f5f5'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#f5f5f5')"; /* IE8 */
}
a.shortcode-button-green {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #336633;
  background-color: #9aad24;
  background-image: -moz-linear-gradient(top, #9aad24, #768610); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9aad24),color-stop(1, #768610)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9aad24', EndColorStr='#768610'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9aad24', EndColorStr='#768610')"; /* IE8 */
}
a.shortcode-button-green:hover {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #336633;
  background-color: #768610;
  background-image: -moz-linear-gradient(top, #768610, #9aad24); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #768610),color-stop(1, #9aad24)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#768610', EndColorStr='#9aad24'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#768610', EndColorStr='#9aad24')"; /* IE8 */
}
a.shortcode-button-red {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #cc0000;
  background-color: #ff0000;
  background-image: -moz-linear-gradient(top, #ff0000, #990000); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff0000),color-stop(1, #990000)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0000', EndColorStr='#990000'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0000', EndColorStr='#990000')"; /* IE8 */
}
a.shortcode-button-red:hover {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #cc0000;
  background-color: #990000;
  background-image: -moz-linear-gradient(top, #990000, #ff0000); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #990000),color-stop(1, #ff0000)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#990000', EndColorStr='#ff0000'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#990000', EndColorStr='#ff0000')"; /* IE8 */
}
a.shortcode-button-violet {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #663399;
  background-color: #9933ff;
  background-image: -moz-linear-gradient(top, #9933ff, #663399); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9933ff),color-stop(1, #663399)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9933ff', EndColorStr='#663399'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9933ff', EndColorStr='#663399')"; /* IE8 */
}
a.shortcode-button-violet:hover {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: 1px solid #9933ff;
  background-color: #663399;
  background-image: -moz-linear-gradient(top, #663399, #9933ff); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #663399),color-stop(1, #9933ff)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#663399', EndColorStr='#9933ff'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#663399', EndColorStr='#9933ff')"; /* IE8 */
}

.shortcode-dropcap-0 {
  font-size: 26px;
  float: left;
  padding-right: 5px;
  margin: 0px;
  margin-top: -4px;
}
.shortcode-dropcap-2 {
  font-size: 30px;
  font-weight: bold;
  float: left;
  padding: 0px;
  padding-right: 8px;
  margin: 0px;
  margin-top: -4px;
}

.shortcode-divider {
  border-bottom: 1px solid #e4e4e4;
  height: 10px;
  margin-bottom: 10px;
  text-align: right;
  padding-bottom: 10px;
}
.shortcode-divider a {
  font-size: 10px;
  text-decoration: none !important;
}

.shortcode-toggle-p {
  margin-top: 0px;
}

.shortcode-toggle { 
  border: 0px;
  background:  url(../images/shortcodes/toggle_plus.png) no-repeat;
  width: 100%;
  height: 17px;
  padding-left: 20px;
  margin-top: 0px;
  display: inline-block;
}
.shortcode-toggle_close {
  border: 0px;
  background: url(../images/shortcodes/toggle_minus.png) no-repeat;
  width: 100%;
  height: 17px;
  padding-left: 20px;
  margin-top: 0px;
  display: inline-block;
}

.shortcode-toggle-content {
  width: 90%;
  margin: 0px auto;
}

.shortcode-info {
  margin: 5px auto;
  width: 300px;
  border: 1px solid #b7e1f1;
  color: #7faabb;
  padding: 20px;
  padding-left: 60px;
  background: #e1f1f7 url(../images/shortcodes/info.png) no-repeat;
  background-position: 15px;
}

.shortcode-error {
  margin: 5px auto;
  width: 300px;
  border: 1px solid #fe9a9a;
  color: #bb7f7f;
  padding: 20px;
  padding-left: 60px;
  background: #ffeae5 url(../images/shortcodes/error.png) no-repeat;
  background-position: 15px;
}

.shortcode-warning {
  margin: 5px auto;
  width: 300px;
  border: 1px solid #fdd600;
  color: #efc153;
  padding: 20px;
  padding-left: 60px;
  background: #fcfbd3 url(../images/shortcodes/warning.png) no-repeat;
  background-position: 15px;
}

.downloadBox {
  border: 1px solid #c1c1c1;
  width: 300px;
  height: 50px;
  padding-top: 20px;
  text-align: center;
  margin: 15px auto;
  background: url(../images/shortcodes/downloadbox.png) no-repeat ;
  background-position: 40px;
}

.downloadBox a {
  padding-left: 40px;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.downloadBox span {
  font-size: 11px;
  padding-left: 40px;
  font-family: helvetica, arial, sans-serif;
}

.bebel-shortcode-audio-player {
  width: 400px;
  background: #c4c4c4;
  border: 1px solid #b6b6b6;
  text-align: center;
  margin: 10px auto;
}

.bebel-shortcode-audio-player .audio-title {
  color: #444;
  margin: 0px;
  margin-top: 3px;
  padding: 0px;
  text-shadow: 1px 1px 1px #b6b6b6;
}

.bebel-shortcode-video-container {

}

.bebel-shortcode-video-container object, .bebel-shortcode-video-container iframe {
  margin: 0px;
  padding: 0px;
}

.bebel-shortcode-video-container .small {
  width: 200px !important;
  margin: 0px auto;
  border: 1px solid #b6b6b6;
}

.bebel-shortcode-video-container .medium {
  width: 400px !important;
  margin: 0px auto;
  border: 1px solid #b6b6b6;
}

.bebel-shortcode-video-container-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.bebel-shortcode-video-container-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.post .bebel-shortcode-video-container-center {
  padding: 10px;
  margin: 10px auto;
}

.post-full .bebel-shortcode-video-container-center {
  padding: 10px;
  margin: 10px auto;
}

.bebel-shortcode-video-container .video-title {
  text-align: center;
  margin-top: -6px;
  background: #c4c4c4;
  padding: 2px 0;
  color: #000;
}

.bebel-shortcode-video-container .video-title-hosted {
  text-align: center;
  margin-top: 0px;
  background: #c4c4c4;
  padding: 2px 0;
  color: #000;
}

/* CAROUSEL */

.post-full .bebel-shortcode-gallery-carousel-container {
  margin-left: 260px;
  position: relative;
  width: 480px;
}
.post .bebel-shortcode-gallery-carousel-container {
  margin-left: 47px;
  position: relative;
  width: 410px;
  margin-bottom: 20px;
}

.bebel-shortcode-gallery-carousel-container .next {
  width: 25px;
  height: 25px;
  display: block;
  background: url(http://www.australienimwohnmobil.de/wp-content/themes/blogga/bebelCp2/bundles/bebelShortcodeBundle/assets/images/sprites/button_right.png) no-repeat;
  background-position: -5px;
  right: 0px;
  position: absolute;
}
.bebel-shortcode-gallery-carousel-container .next-title {
  width: 25px;
  height: 25px;
  display: block;
  background: url(http://www.australienimwohnmobil.de/wp-content/themes/blogga/bebelCp2/bundles/bebelShortcodeBundle/assets/images/sprites/button_right.png) no-repeat;
  background-position: -5px;
  right: -35px;
  top: 80px;
  position: absolute;
}

.bebel-shortcode-gallery-carousel-ul {
  padding: 0px !important;
  margin: 0px !important;
}


.bebel-shortcode-gallery-carousel-container .prev {
  width: 25px;
  height: 25px;
  display: block;
  background: url(http://www.australienimwohnmobil.de/wp-content/themes/blogga/bebelCp2/bundles/bebelShortcodeBundle/assets/images/sprites/button_left.png) no-repeat;
  background-position: -5px;
  position: absolute;
  left: -30px;
  top: 40px;
}

.bebel-shortcode-gallery-carousel-container .prev-title {
  width: 25px;
  height: 25px;
  display: block;
  background: url(http://www.australienimwohnmobil.de/wp-content/themes/blogga/bebelCp2/bundles/bebelShortcodeBundle/assets/images/sprites/button_left.png) no-repeat;
  background-position: -5px;
  position: absolute;
  left: -30px;
  top: 80px;
}

.bebel-shortcode-gallery-carousel {
}

.bebel-shortcode-gallery-carousel ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.bebel-shortcode-gallery-carousel ul li {
  float: left;
  padding: 2px;
  width: 92px !important;
  height: 92px !important;
}

.bebel-shortcode-gallery-image-list-container {
  margin: 30px 0;
}


.bebel-shortcode-gallery-image-list-container ul {
  margin: 0px !important;
  list-style: none;
  padding: 0;
}
.bebel-shortcode-gallery-image-list-container li {
    float: left;
    margin: 2px;
}

/* bebel gallery */

.bebel-shortcode-gallery-bebel-container {
  margin: 30px 0 !important;
  height: 350px;
}

.bebel-shortcode-gallery-bebel {
  width: 300px;
  height: 300px;
  margin: 0px;
  list-style: none;
  float: left;
  padding: 0px;
}

.bebel-shortcode-gallery-bebel-nav {
  list-style: none !important;
  float: left;
  width: 190px;
  margin: -4px 0 0;
    padding: 0 20px;
    width: 190px;
}

.bebel-shortcode-gallery-bebel-nav li {
  list-style: none !important;
  float: left;
  margin: 2px 5px;
  text-align: center;
}

.bebel-shortcode-gallery-bebel-nav li img {
  margin: 2px;
  padding: 0;
}