


/**
* Table of Contents:
* 1.0 - Reset
* 2.0 - Off canvas
* 3.0 - Isotope
* 4.0 - Content
*   4.1 - Typography
*   4.2 - Header
*   4.3 - Count Down
*   4.4 - Our Story
*   4.5 - Introduct
*   4.6 - Contact Form 7
*   4.7 - Video
*   4.8 - Element Blog
*   4.9 - Playlist
*   4.10 - Testimonials
*   4.11 - Image content
*   4.12 - Woocommerce
*   4.13 - Sidebar
*   4.14 - The event
*   4.15 - Blog post
*   4.16 - Single post
*   4.17 - Coming soon
*   4.18 - Portfolio
*   4.19 - Team members
*   4.20 - Contact info
*   4.21 - Coming soon
*   4.22 - Live Demo
*   4.23 - Page 404
*   4.24 - Loadding
* 5.0 - Footer
* 6.0 - Theme Style
*   6.1 - Color 1
*   6.2 - Theme rtl
* 7.0 - Responsive
* 8.0 - Custom
* -----------------------------------------------------------------------------
*/







/**
 * 1.0 - Reset / Basics
 * -----------------------------------------------------------------------------
 */

/* rouge-script-regular - latin */
@font-face {
    font-family: 'Rouge Script';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/rouge-script-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/rouge-script-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/rouge-script-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/rouge-script-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/rouge-script-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/rouge-script-v14-latin-regular.svg#RougeScript') format('svg'); /* Legacy iOS */
}

/* varela-regular - latin-ext_latin */
@font-face {
    font-family: 'Varela';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/varela-v16-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/varela-v16-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/varela-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/varela-v16-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/varela-v16-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/varela-v16-latin-ext_latin-regular.svg#Varela') format('svg'); /* Legacy iOS */
}

body{
	background-color:#f5f5f5;
	overflow-x: hidden;	 
}

/* Editor */
body.content{
	background-color:#FFFFFF;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*{
    padding: 0;
    margin: 0;

}

ul,
ol{
	margin-left:20px;	
}

ul.nav-tabs{
	margin-left:0px;
	padding-left:20px;
}

a{
    color: #d65679;
}

a:focus {
    outline: none;
    outline: none;
    outline-offset: 0;
}

li{
	text-align:left;
}


.everline_boxed{
    transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
}

#content{
	clear:both;
	min-height:500px;
}

#content .descriptionLong img{
	max-width:100%;
	height:auto !important;
}

@media (min-width: 1230px) {
    .container{
        /*max-width: 1200px;*/
    	max-width: 1320px;
        width: 100%;
    }
}

/* responsive nav */
.tz_icon_menu{
    display: none;
}



img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    /*max-width: 100%;*/
	width: 100%;
}

.spchk{
	display:none;
}

.editInfo{
	position:relative;
	padding:5px 5px 5px 22px;
	color:#999999;
}
.editInfo:after{
	content: "\f05a"; 
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	text-decoration: inherit;
  	position: absolute;
  	font-size:20px;
  	
  	left: 0px;
	top:1px;
}

.editInfo.sm:after{
	font-size:14px;
	top: 5px;
}

.printOnly{
	display:none;
}
@media screen {
	.printOnly{
		display:none;
	}
}

@media print{
	.noPrint{
		display:none;
	}
}



/**
 * 2.0 - Off canvas
 * -----------------------------------------------------------------------------
 */
#off-canvas-nav {
    display: none;
}
@media (max-width: 991px) {
    .parallax{
        background-position: 50% 0 !important;
    }
    .off-canvas {
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    .off-canvas body {
        width: 100%;
        overflow-x: hidden;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .off-canvas body > * {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .off-canvas #plazart-mainnav .nav-collapse,
    .off-canvas #ja-mainnav .nav-collapse {
        display: none;
    }
    .off-canvas #off-canvas-nav {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        z-index: 1;
        background: none;
    }
    .off-canvas #off-canvas-nav .plazart-mainnav {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 250px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
        background: none repeat scroll 0 0 #333;
        height: auto;
        margin: 0;
        padding: 30px 0;
        width: 100%;
    }
    .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li{
        float: none;
    }
    .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li a{
        color: #ffffff;
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        margin: 0;
        padding: 5px 20px;
        position: relative;
        text-decoration: none;
        text-transform: none;
        letter-spacing: 0;
    }
    .off-canvas-enabled body > * {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }
    .off-canvas-enabled #plazart-mainnav {
        display: block;
    }
    body .tz_icon_menu{
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        color: #fff;
        display: block;
        padding: 20px;
    }
    .tz_icon_menu i {
        color: #fff;
        font-size: 14px;
        line-height: 50px;
    }
    .nav-collapse{
        height: 0;
        overflow: hidden;
    }

}

/**
 * 4.0 - Content
 * -----------------------------------------------------------------------------
 */
body .row-fluid-custom{
    margin: 0;
    padding: 0 15px;
}

.nocontainer{
    margin: 0 -15px;	/* hebt das padding von .row-fluid-custom wieder auf */
}

.row-fluid-custom .nocontainer > .col-sm-12{
    padding: 0;
}

.row.vertical-align {
    display: flex;
    align-items: center;
}

.row.bottom-align {
    display: flex;
}

.row.bottom-align > div,
.row.bottom-align .bottom-align{
	align-self: flex-end;
}

/**
 * 4.1 - Typography
 * -----------------------------------------------------------------------------
 */

body{
    color: #444444;
    display: block;
    font-family: 'Varela', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    letter-spacing: 0.4px;
}
h1,
h2,
h3,
h4,
h5{
    font-weight: 400;
    color: #444;
    padding: 10px 0;
    margin: 0;
}
h1{
    font-size: 30px;
    line-height: 60px;
}
h2,
.editTableSubHeading{
    font-size: 26px;
    line-height: 52px;
}
h3{
    font-size: 22px;
    line-height: 44px;
}
h4{
    font-size: 18px;
    line-height: 36px;
}
h5{
    font-size: 14px;
    line-height: 28px;
}
h6{
    font-size: 14px;
    line-height: 24px;
}
p{
    margin: 0;
    padding: 6px 0;
}

fieldset{
	padding-bottom:20px;
	margin:20px 0px;
	border:0px;
	
}
.parallax{
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.overlay_parallax{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



/**
 * 4.15 - Blog post
 * -----------------------------------------------------------------------------
 */
.tzblog-format{
    margin-bottom: 24px;
}
.tzblog-img{
	max-height:250px;
	overflow:hidden;
}
.tzblog-title{
    padding: 0 0 4px;
    margin: 0;
    line-height: 20px;
}
.tzblog-title a{
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    color: #1f1f1f;
    letter-spacing: 3px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.blog_meta *{
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 10px;
    color: #bbbbbb;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
}
.blog_meta span:hover,
.blog_meta a:hover{
    color: #d65679;
    cursor: pointer;
}
.tztags_link a{
    padding-right: 3px;
}
.tzquote{
    background: #d65679;
    padding: 45px 0 38px;
    text-align: center;
}
.quote_icon{
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}
.tzquote p i.fa{
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

.tzquote p{
    font-size: 27px;
    line-height: 32.2px;
    color: #fff;
    padding: 15px 5% 10px;
    margin: 0;
}
.tzquote .author_quote{
    font-size: 11px;
    line-height: 13.2px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
.tzthe_content{
    padding: 8px 0;
    margin: 0;
    line-height: 24px;
    color: #666666;
    letter-spacing: 0.4px;
}
.tzthe_content p:first-child{
    padding: 0;
}
.tzthe_content p{
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 24px;
    color: #666666;
    letter-spacing: 0.4px;
}

.more-link{
    display: block;
    padding: 0;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #d65679;
    text-decoration: none !important;
}

/*===============Blog-columns 4===========*/
.blog-gird-item4 .tzblog-format {
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
}
.blog-gird-item4 .tzblog-format .tz-video {
    padding: 57px 0 54px;
    text-align: center;
}
.blog-gird-item4 {
    border-bottom: 1px solid #eee;
    margin-bottom: 52px;
    padding-bottom: 27px;
	position:relative;
}
.blog-gird-item4 .tzquote p{
    line-height: 21px;
    padding: 11px 12px 0;
    font-size: 15px;
}
.blog-gird-item4 .tzquote p i.fa{
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.blog-gird-item4 .tzquote{
    padding: 28px 0 38px;
}





/**
 * 4.2 - Header
 * -----------------------------------------------------------------------------
 */


/*--------header 1----------*/
.tz-header1{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 22px;
    z-index: 999;
    padding-bottom: 22px;
    transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
}


.tz-header1 .tzlogo{
    padding: 0;
}
.tz-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.tz-menu:after{
    clear: both;
    display: table;
    content: '';
}
.tz-menu li{
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
}

.tznav-menu{
    padding: 33px 0;
    transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
}
.tz-menu li a{
    font-size: 13px;
    line-height: 38.4px;
    color: #ffffff;
    padding: 23px 35px 24px;
    margin: 0;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;

}

/* Ja.de Login hervorheben */
/* Homepage + Unterseiten */
.tz-header1.headerAnimate .tz-menu li#menu-item-4 a{
    background-color: #00B4FA;
	
	/*line-height: 38.4px;*/
	padding-top:0px;
	padding-bottom:0px;
	
	margin-top:23px;
	margin-bottom:24px;
	
	
}


.tz-header-page.headerAnimate .tz-menu li#menu-item-4 a{
    background-color: #00B4FA;
	
	/*line-height: 38.4px;*/
	
	padding-top:0px;
	padding-bottom:0px;
	
	margin-top:10px;
	margin-bottom:10px;
	
}



/*-----------Header eff---------*/
.tz-header1 .tzlogo{
    display: block;
    text-align: left;
    width: 200px;
}
.tz-header1 .tzlogo a{
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    height: 167px;
    display: inline-block;
    width: 167px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #d65679;
    vertical-align: middle;
    text-align: center;
    padding-top: 45px;
}
header.headerAnimate{
	position:fixed;
    background: rgba(214,86,121,0.8);
    padding: 0;
    top: 0;
	left:0;
	width:100%;
	z-index:999;
}
.tz-header1.headerAnimate .tzlogo a,
header.headerAnimate .tzlogo a{
    height: 85px;
    background: transparent !important;
    width: 96px;
    padding-top: 8px;

}
.tz-header1 .tzlogo a img{
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    height: 66px;
}
header.headerAnimate .tzlogo a img,
header.headerAnimate .tzlogo a img{
    height: 68px;
}
.headerAnimate .tznav-menu{
    padding: 0;
}
.headerAnimate .tz-search{
    padding: 27px 0 24px 35px;
}

/*-----header default----------*/
.tz-header-page{
    background: #d65679;
    padding: 10px 0 10px;
}

.tz-header-page .tznav-menu{
	padding:10px 0;
}
.tz-header-page .tz-menu li a {
    color: #fff;
    padding: 10px 35px 10px;
}
.tz-header-page .tzlogo {
    padding: 10px 0 10px;
}
.tzlogo a {
    font-size: 40px;
}


/*----Sub Menu-----*/

.non_mega_menu{
    left: 25px;
    top: 100%;
    position: absolute;
    background: none repeat scroll 0 0 #ffffff;
    list-style: outside none none;
    margin: 0;
    padding: 2px 20px;
    min-width: 250px;
    z-index: 99;
}
.non_mega_menu ul{
    left: 25px;
    top: 0;
    position: absolute;

    background: none repeat scroll 0 0 #ffffff;
    list-style: outside none none;
    margin: 0;
    padding: 2px 20px;
    min-width: 250px;
}
.tz-header ul li .non_mega_menu li:first-child {
    border-top: 0 none;
}
.tz-header ul li .non_mega_menu li {
    border-top: 1px solid #eeeeee;
    position: relative;
    float: none;
}
.tz-header ul li li:after{
    position: absolute;
    width: 80px;
    height: 1px;
    background: #d65679;
    content: '';
    left: 0;
    top: 100%;
    z-index: 9;
    opacity: 0;
}
.tz-header ul li li:last-child:after{
    display: none;
}
.tz-header ul li ul.non_mega_menu li:hover:after{
    animation: line 0.5s ease 0s 1 normal;
    -webkit-animation: line 0.5s ease  0s 1 normal;
    opacity: 1;
}
@keyframes line {
    0%{
        width: 0;
    }
    70%{
        width: 100px;

    }
    100%{
        width: 80px;
    }
}
@-webkit-keyframes  line{
    0%{
        width: 0;
    }
    70%{
        width: 100px;

    }
    100%{
        width: 80px;
    }
}
.tz-header ul li .non_mega_menu  li a{
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 9px 0;
    position: relative;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    letter-spacing: 0.4px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.tz-header ul li .non_mega_menu  li a:hover{
    color: #d65679;
}

.tz-header ul li .non_mega_menu li a:after{
    display: none;
}

/*------------- mega menu ----------*/
.themeple_custom_menu_mega_menu {
    position:absolute;
    background: #ffffff;
    padding: 0;
    display: block;
    left: 100%;
    top: 130%;
    border: 0;
    z-index: 99;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    visibility: hidden;
}
nav .themeple_custom_menu_mega_menu .sub-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
nav .themeple_custom_menu_mega_menu .sub-menu > li:first-child{
    border-left: 0;
}
nav .themeple_custom_menu_mega_menu .sub-menu > li{
    border-left: 1px solid #eee;
    padding: 10px 0;
}
nav .themeple_custom_menu_mega_menu .sub-menu > li li{
    padding: 0;
}

nav .themeple_custom_menu_mega_menu .sub-menu li ul{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 20px;

}
nav .themeple_custom_menu_mega_menu ul:after{
    clear: both;
    display: table;
    content: '';
}

nav .themeple_custom_menu_mega_menu ul > li {
    float:left;
    padding:0;
    margin:0;
    height:auto;
    position: relative;
}
nav .themeple_custom_menu_mega_menu ul li a.mega-group-title:after{
    display: none !important;
}
nav .themeple_custom_menu_mega_menu ul li a.mega-group-title {
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.4px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.tz-header ul.nav-collapse li .themeple_custom_menu_mega_menu ul li ul li a:after {
    display: none !important;
}
body header ul.nav-collapse .themeple_custom_menu_mega_menu ul li ul li a {
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 9px 0;
    position: relative;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    letter-spacing: 0.4px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;

}
body header ul.nav-collapse .themeple_custom_menu_mega_menu ul li ul li a:hover{
    color: #d65679;
}
nav .themeple_custom_menu_mega_menu ul > li:first-child{
    border-left: 0;
}

nav .themeple_custom_menu_mega_menu ul li ul li{
    border-left: 0;
    border-top: 1px solid #eeeeee;
}


nav .themeple_custom_menu_mega_menu.themeple_mega2 {
    width: 500px !important;
}

nav .themeple_custom_menu_mega_menu.themeple_mega2 ul li {
    width:50% !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega2 ul li ul li{
    width: 100% !important;
    float: none !important;
    border-left: 0;
}

@media (min-width: 992px) {
    .tz-header ul.nav-collapse li ul.non_mega_menu,
    .tz-header ul.nav-collapse li ul.non_mega_menu li ul,
    .tz-header ul.nav-collapse li ul.non_mega_menu li ul.sub-menu,
    .tz-header ul.nav-collapse li ul.non_mega_menu li ul.sub-menu li ul,
    .tz-header ul.nav-collapse li ul.non_mega_menu li ul.sub-menu li ul li ul,
    .tz-header ul.nav-collapse li ul.non_mega_menu li ul.sub-menu li ul li ul li ul,
    .tz-header ul.nav-collapse li ul.non_mega_menu li ul.sub-menu li ul li ul li ul li ul{
        visibility: hidden;
    }

    /*---------------Hover Menu-----------------*/

    .tz-header ul.nav-collapse li ul li:hover ul.sub-menu,
    .tz-header ul.nav-collapse li ul li:hover ul.sub-menu,
    .tz-header ul.nav-collapse li ul li ul li:hover ul.sub-menu,
    .tz-header ul.nav-collapse li ul li ul li ul li:hover ul.sub-menu,
    .tz-header ul.nav-collapse li ul li ul li ul li ul li:hover ul.sub-menu{

        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        visibility: visible;
        left: 100%;
    }
   
    .non_mega_menu{
        top: 140%;
        display: block;
        visibility: hidden;
    }

    .tz-header ul.nav-collapse > li:hover .non_mega_menu{
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        top: 100%;
        visibility: visible;
    }


    .tz-header ul.nav-collapse > li:hover .themeple_custom_menu_mega_menu{
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        top: 100%;
        visibility: visible;
    }
    .non_mega_menu li ul{
        box-shadow: -1px 0 3px 0 #eee;
        -moz-box-shadow: -1px 0 3px 0 #eee;
        -webkit-box-shadow: -1px 0 3px 0 #eee;
        -ms-box-shadow: -1px 0 3px 0 #eee;
        -o-box-shadow: -1px 0 3px 0 #eee;
        left: 85%;
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        visibility: hidden;
        transition: all 0s linear 0s;
        -moz-transition: all 0s linear 0s;
        -webkit-transition: all 0s linear 0s;
        -ms-transition: all 0s linear 0s;
        -o-transition: all 0s linear 0s;

    }
    .non_mega_menu li:hover ul.non_mega_menu {
        transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -webkit-transition: all 0.4s linear 0s;
        -ms-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        left: 100%;
        visibility: visible;
    }

}


.everline_boxed.basic header{
	background-color:#d65679;
	padding: 5px 0px;
}

/**
 * 4.18 - Portfolio
 * -----------------------------------------------------------------------------
 */

/**Portfolio module for home page===========================*/
.tztitle{
    font-size: 17px;
    line-height: 54.4px;
    color: #202020;
    padding: 78px 0 8px;
    margin: 0 0 16px;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
}
.tztitle:after{
    background: none repeat scroll 0 0 #d65679;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}
.tz-portfolio-content{
    position: relative;
    overflow: hidden;
}
.tz-portfolio-content:after{
    clear: both;
    display: table;
    content: '';
}
.item-image{
    position: relative;
    overflow: hidden;
    /*height: 378px;*/
    width: 100%;
}
.item-image img{
    max-width: none;
    position: relative;
}
.tzitem-content{
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    z-index: 2;

}
.tzitem-content .tzicon{
    font-size: 24px;
    line-height: 28.8px;
    color: #fff;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    opacity: 0;
}
.tzitem-content h3{
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    padding: 5px 0 0;
    margin: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    opacity: 0;
}
.tzitem-content h3 a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;

}
.tzmeta{
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    opacity: 0;
}
.tzmeta span{
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    padding: 0;
    margin: 0;

}
.tzmeta span a{
    color: #fff;
    text-decoration: none;
    margin-left: 3px;
}
.portfolio-item:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #d65679;
    content: '';
    z-index: 1;
    transition: all 0.4s linear 0.1s;
    -moz-transition: all 0.4s linear 0.1s;
    -webkit-transition: all 0.4s linear 0.1s;
    -ms-transition: all 0.4s linear 0.1s;
    -o-transition: all 0.4s linear 0.1s;
    opacity: 0;
}
.portfolio-item:hover{
    cursor: pointer;
}
.portfolio-item:hover:before{
    opacity: 1;
}
.portfolio-item:hover .tzitem-content .tzicon{
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -webkit-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;

}
.portfolio-item:hover .tzmeta{
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: all 0.4s ease 0.5s;
    -moz-transition: all 0.4s ease 0.5s;
    -ms-transition: all 0.4s ease 0.5s;
    -o-transition: all 0.4s ease 0.5s;
    -webkit-transition: all 0.4s ease 0.5s;
}
.portfolio-item:hover .tzitem-content h3{
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: all 0.4s ease 0.35s;
    -moz-transition: all 0.4s ease 0.35s;
    -webkit-transition: all 0.4s ease 0.35s;
    -o-transition: all 0.4s ease 0.35s;
    -ms-transition: all 0.4s ease 0.35s;
}
.portfolio-item:hover .item-image img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
}


/**
 * 4.5 - Introduct
 * -----------------------------------------------------------------------------
 */
.tzintroduct{
    /*text-align: center;*/
    /*cursor: pointer;*/
    margin: 20px auto 0;
	z-index:10;
}

body.home .tzintroduct{
	margin: 50px auto;
}

.tzintroduct-img{
    position: relative;
    overflow: hidden;
	height:250px;
}

.tzintroduct .attachment-full{
    width: 100%;
    transition: all 10s ease 0s;
    -moz-transition: all 10s ease 0s;
    -webkit-transition: all 10s ease 0s;
    -ms-transition: all 10s ease 0s;
    -o-transition: all 10s ease 0s;
}

.tzintroduct-content{
	height:230px;
	overflow-x:hidden;
	overflow-y:auto;
	background-color:#FFFFFF;
}


.tzintroduct h3{
    display: block;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 0 0 28px;
    padding: 0 0 6px;
    position: relative;
    text-align: center;
    color: #212121;
}
.tzintroduct h3:after{
    background: none repeat scroll 0 0 #d65679;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}
.tzintroduct p,
.tzintroduct h2,
.tzintroduct h4{
    display: block;
    letter-spacing: 0.4px;
	line-height:1.5;
    margin: 0;
    padding: 0px 10px;
    position: relative;
    text-align: left;
    color: #666666;
    background: #fff;
}
.tzintroduct h2,
.tzintroduct h4{
	font-size:22px;
	padding: 20px 10px 10px 10px;
}
.tzintroduct:hover .tzintroduct-img img{
    transform: scale3d(1.075,1.075,1);
    -moz-transform: scale3d(1.075,1.075,1);
    -webkit-transform: scale3d(1.075,1.075,1);
    -ms-transform:scale3d(1.075,1.075,1);
    -o-transform: scale3d(1.075,1.075,1);
    transition: transform 2000ms cubic-bezier(0.19,1,0.22,1);
    -moz-transition: transform 2000ms cubic-bezier(0.19,1,0.22,1);
    -webkit-transition: transform 2000ms cubic-bezier(0.19,1,0.22,1);
    -ms-transition: transform 2000ms cubic-bezier(0.19,1,0.22,1);
    -o-transition: transform 2000ms cubic-bezier(0.19,1,0.22,1);
}

.tzintroduct h2 a,
.tzintroduct h4 a{
	color: #666666;
}

.tzintroduct h2 a:hover,
.tzintroduct h4 a:hover{
	text-decoration:none;
}



/**
 * 4.24 - Loadding
 * -----------------------------------------------------------------------------
 */

#pageLoading{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.99);
    z-index: 99999999;
    width: 100%;
    height: 100%;
}
#pageLoading .pageLoading_img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
}




/**
 * 4.3 - Count Down
 * -----------------------------------------------------------------------------
 */
.tzcountdown{
    padding: 25px 0 25px;
    background: #d65679;
}
.tzcountdown-left{
    padding-top: 15px;
}
.tzcountdown-icon{
    color: #fff;
    font-size: 42px;
    line-height: 50.4px;
    padding: 25px 0 0;
    margin: 0;
    display: block;float: left;
}
.tzcountdown-ds{
    padding-left: 63px;
    font-size: 14px;
    line-height: 30.8px;
    color: #fff;
    letter-spacing: 2px;
}
.tzcountdown-ds span{
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    letter-spacing: 2px;
}
.tzcountdownitem{
    width: 150px;
    height: 150px;
    border: 1px solid #eaa8ba;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin: auto;
    padding: 40px 0 0 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
.tzcountdownitem:hover{
    background: #e289a1;
    border-color: #e289a1;
    cursor: pointer;
}
.tzcountdownitem span{
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.tzcountdownitem p{
	background: #DE6786;
	border:1px solid #EAAABC;
    font-size: 11px;
    line-height: 1.1;
    color: #fff;
    padding: 5px;
    margin: 18px 0 0 0;
    text-transform: uppercase;
}


.weddingtools{
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
}

.weddingtools i{
	font-size:50px;
}

.weddingtools a{
	color:#FFFFFF;
	text-decoration:none;
}



/**
 * 5.0 - Footer
 * -----------------------------------------------------------------------------
 */
.widget_notemp{
    border: 1px solid #eee;
    height: 200px;
    width: 100%;
}
.tz-footer{
    background: #d65679;
    padding: 50px 0;
}

.tz-footer a{
	color:#FFFFFF;
}
.tz-footer .module-title{
    display: block;
    font-size: 16px;
    line-height: 51.2px;
    margin: 0 0 20px 0 ;
    padding: 5px 0;
    position: relative;
    text-align: center;

}
.tz-footer .module-title:after{
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}
.tz-footer .module-title span{
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}
.tzwidget-contact{
    margin-top: 28px;
}
.tzwidget-contact address{
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}
.tzwidget-contact span{
    font-size: 13px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    display: block;
}
.tz_logo_widget{
    text-align: center;

}

.tz_logo_widget img{
	margin-bottom:20px;
}
.tz_logo_widget a{
    display: inline-block;
    padding: 20px 0 0px;
}
.tz_logo_widget p{
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
}
.tz_social{
    text-align: center;
    margin-top: 40px;
}
.tz_social a:first-child{
    margin-left: 0;
}
.tz_social a{
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    color: #fff !important;
    text-align: center;
    border: 1px solid #eaa9bb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 8px 0 0 8px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
.tz_social a:focus{
    text-decoration: none;
}
.tz_social a:hover{
    background: #e69aaf;
    border-color: #e69aaf;
    text-decoration: none;
}



/**
* 7.0 - Responsive
* -----------------------------------------------------------------------------
*/

@media (min-width: 992px) and (max-width: 1250px) {
    .tz-header-page .tz-menu li a,
	.tz-header1 .tz-menu li a{
        padding-left: 10px;
    	padding-right:10px;
    }
        
	.tzcountdownitem{
        width: 120px;
        height: 120px;
    }
    
    .parallax{
        background-position: 50% 0 !important;
    }
    .non_mega_menu{
        left: 0;
    }

}


@media (max-width: 991px) {
    
    body#bd header .tzlogo {
        display: block;
        text-align: center;
        width: 100px;
        margin: auto;
        float: none !important;
    }
    body#bd header .tzlogo a{
        height: auto;
        padding-top: 0;
        width: auto;
        background: transparent;

    }
    body#bd header .tzlogo a img {
        height: 50px;
    }
    body#bd header .tznav-menu{
        display: none;
    }
    body#bd header .container{
        position: relative;
    }
    body#bd .tz_icon_menu{
        position: absolute;
        left: 15px;
        top: 0;
    }
    
    body#bd header.headerAnimate{
        background: transparent;

    }
    body#bd header{
        position: relative;
        left: auto;
        top: auto;
        padding: 15px 0 20px;
        background: #d65679 !important;
    }
    body#bd header .tz_icon_menu i{
        line-height: 14px;
    }
    body#bd header .tz_icon_menu{
        padding: 15px 20px;
    }
    .tzcountdownitem{
        margin: 30px auto 0;
    }
    .tzcountdown-ds{
        padding-left: 0;
    }
    .tzcountdown-icon{
        float: none;
    }
    .tzcountdown-left{
        text-align: center;
    }
    .tzintroduct{
        max-width: 370px;
        margin: 30px auto;
    }
    .blog-image img{
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
    .non_mega_menu {
        background: none repeat scroll 0 0 #222;
        left: auto;
        list-style: outside none none;
        margin: 5px 0;
        min-width: 250px;
        padding: 5px 20px;
        position: relative;
        top: auto;
        z-index: 99;
    }
    .non_mega_menu ul {
        background: #222;
        left: auto;
        list-style: outside none none;
        margin: 0;
        min-width: 250px;
        padding: 2px 20px;
        position: relative;
        top: auto;
    }
    
    
    .tzimage-content{
        margin-bottom: 30px !important;
    }
       
    
    .themeple_custom_menu_mega_menu {
        background: none repeat scroll 0 0 #222;
        border: 0 none;
        display: block;
        left: auto;
        padding:  5px 0 5px 10px;
        position: relative;
        top: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        visibility: visible;
        z-index: 99;
    }
    .themeple_custom_menu_mega_menu ul{
        list-style: none;
        padding: 0 0 0 10px;
        margin: 0;
    }
    
	
   
}



@media (max-width: 767px){
    
    .item-image{
       /* height: 300px;*/
    }
    
}


@media (max-width: 479px){
   
    
    .tzourstory {
        padding: 30px 0;
    }
    
    .tzitem-content h3{
        font-size: 25px;
        line-height: 35px;
    }
    .gird-item2 .portfolio-item2 .item-image{
        /*height: 300px;*/
    }
    
}




/**
 * 8.0 - Custom
 * -----------------------------------------------------------------------------
 */
.btn{
	font-size:13px;
}

.btn.btn-lg{
	font-size:18px;
}
.btn.btn-primary,
.btn.btn-primary:hover{
	background-color:#d65679;
	border-color:#d65679;
	color:#FFFFFF;
}

.btn.btn-default,
.btn.btn-default:hover{
	background-color:#fefefe;
	border-color:#f1f1f1;
	color:#555555;
}

.btn.btn-highlight,
.btn.btn-highlight:hover{
	background-color:#00B4FA;
	font-family: 'Varela', sans-serif;
	color:#FFFFFF;
}

.btn.btn-icon-lg i{
	font-size:1.5em;
	margin-right:8px;
	vertical-align:middle;
}

/* ---- rows ---- */
.whiteBG{
	background-color:#FFFFFF;
}

.greyBG{
	background-color:#F5F5F5;
}

.bottomPadding{
	padding-bottom:30px;
}

.topPadding{
	padding-top:30px;
}

.revertMargin{
	margin-left:-500px;
	margin-right:-500px;
	
}

.titleRow .portalContent{
	margin-bottom: 0px;
}

.portalContent{
	color: #666666;
    text-align: center;
    padding: 15px;
	margin: 50px 0px;
}

.portalContent h1,
.specialHeader h1{
	font-size: 24px;
    line-height: 54.4px;
    color: #212121;
    position: relative;
    padding: 8px 0;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
}

.portalContent h1:after,
.specialHeader h1:after,
.specialHeader h2:after{
    width: 70px;
    height: 2px;
    background: #d65679;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    content: '';
}

.portalContent p{
	padding: 12px 0;
    margin: 0;
   	color: #666666;
    text-align: center;
    letter-spacing: 0.4px;
}



/* ------------------- Tooltip --------------- */
.custom_tooltip{
	background-image:url(images/transparency85.png);
	background-color:#FFFFFF;
	border: 1px solid #EEEEEE;
	z-index:999;
	min-width:150px;
	padding: 5px;
	text-align: left;
	font-size: 9pt;

	/* ---------- Schatten ------------- */
	box-shadow:0.2em 0.2em 1em -0.2em #999999;
	-moz-box-shadow:0.2em 0.2em 1em -0.2em #999999;
	-webkit-box-shadow:0.2em 0.2em 1em -0.2em #999999;
	-ms-box-shadow: 0.2em 0.2em 1em -0.2em #999999;
    -o-box-shadow: 0.2em 0.2em 1em -0.2em #999999;
}


.shadow{
	/* ---------- Schatten ------------- */
	box-shadow:0.2em 0.2em 1em -0.2em #ff0000;
	-moz-box-shadow:0.2em 0.2em 1em -0em #ff0000;
	-webkit-box-shadow:0.2em 0.2em 1em 0em #bbbbbb;
	-ms-box-shadow: 0.2em 0.2em 1em -0.2em #999999;
    -o-box-shadow: 0.2em 0.2em 1em -0.2em #999999;
}

.badge_highlight{
	margin:10px 0px;
}

.badge_highlight .btn{
	width:140px;
	height:140px;
	border-radius:50%;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.33;
	padding:25px 0px;
	text-align:center;
}

.merchantPackage .badge_highlight .btn{
	width:110px;
	height:110px;
	font-size: 14px;
}
.badge_highlight .btn i{
	font-size: 40px;
	margin-bottom:5px;
}


.shortDescription,
p.shortDescription,
.subtitle{
	margin-bottom:10px;
    line-height: 18px;
    font-size: 10px;
    color: #bbbbbb;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
}

/* ---------- Werbung ---------- */
.ad_label{
	color:#BBBBBB;
	font-size:12px;
	line-height:1;
	margin:0;
	padding:0;
}

iframe{
	frameborder: 0px;
}

/* ------------------------------------------------------------------
					Edit-Handler
------------------------------------------------------------------ */
.edithandlerIFrame{
	width:100%;
	height:600px;
	border-width:0px;
	margin:0px;
	overflow-x: hidden;
	overflow-y: auto;
}



/* ------------- typ-abhängige Edithandler ------------- */
/* Für Hochzeits-Homepage in /css/hochzeitsHomepage/standard.css speichern */
.iFramecountdown{		height:700px;}
.iFrameblog{			height:600px;}
.iFramemerchant{		height:700px;}
.iFramemember{			height:700px;}
.iFramecc_outbound{		height:700px;}
.iFrameadminNewsletter{	height:650px;}
.iFrameaccount{			height:350px;}
.iFramegallery{			height:700px;}
.iFrameadvertisement{	height:600px;}
.iFrameexpo{			height:600px;}
.iFrameschedule_date{	height:700px;}
.iFrameexpertsTip{		height:700px;}
.iFramegame{			height:700px;}


/* --------------- Edithandler ------------------ */
table .toggler td{
	border-width:0px !important;
}
.editHandler{
	border-width:1px 0px 0px 0px;
	z-index:1500;
}

.editHandler .header{
	text-align:right;
	margin-right: 4px;
}

td.editTableHeader,
th.editTableHeader,
td.inputTableHeader,
th.inputTableHeader,
editTable th{
	font-weight:bold;
	min-width:100px;
}

/* -----------------------  autocomplete layout fixes ----------------------- */

/* autocomplete immer inline-block, sonst stimmt Position von button nicht */
input.ui-autocomplete-input{
	display:inline-block !important
}

.ui-autocomplete .ui-menu-item{
	background:transparent;
	margin:0px;
	padding:0px;
}

.ui-autocomplete .ui-menu-item pre{
	background:transparent;
	margin:0px;
	padding:5px 10px;
	border-width:0px;
}

.ui-autocomplete .ui-menu-item .ui-state-focus{
	background:transparent;
	background-color:#fafafa;
	border-width:0px !important;
	
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 0px;
	margin:0px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, 
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

button.ui-button.ui-widget.ui-button-icon-only.ui-corner-right.ui-button-icon{
	height: 34px;
	width:34px;
	margin-left:-34px;
}

/* inputs auch bei inline auf volle Breite bringen, wenn nicht anders vom einzelnen input überschrieben */
.form-inline .form-control{
	width:100%;
	display:inline-block;
	vertical-align: middle;
}

.form-inline .input-group{
	display:inline-table;
}

.form-inline .form-group{
	margin-bottom:0px;
	vertical-align: middle;
}

.form-control{
	font-size:13px;
}



/* ------------------------ Admin-Bereich: Admins, Members, Merchants ---------------------- */
.navAdminBox{
	padding:15px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	
	position:relative;
}

.navAdminBox .title{
	font-weight:bold;
}

.navAdminBox .separator{
	margin-bottom:20px;
	
}


div.box{
	margin-bottom:30px;
	border: 1px solid #e7e7e7;
	padding:20px;
	
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */

}

div.box.box-highlight{
	/*border:none;
	border-left: 10px solid #d65679;
	border: 1px solid #EDBCC9;*/
	border-top: 2px solid #d65679;
	border-bottom: 2px solid #d65679;
}

.box_gradient{
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	
}

div.box.transparent{
	
	background: rgba(255, 255, 255, 0.8); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(250, 250, 250, 0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%,rgba(250, 250, 250, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%,rgba(250, 250, 250, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.9)', endColorstr='rgba(250, 250, 250, 0.9)',GradientType=0 ); /* IE6-9 */

}

div.transparent75{
	background: rgba(255, 255, 255, 0.75); /* Old browsers */
}

div.transparent60{
	background: rgba(255, 255, 255, 0.6); /* Old browsers */
}

div.box div.title,
div.box h4 {
    border-bottom: 1px solid #dddddd;
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	line-height:1;
}


div.box div.title a {
    color: #444;
}

div.box div.content {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
	height:165px;
}

div.box div.content.autoHeight {
	height:auto;
}
div.box .otherLink{
	margin: 2px 0px 0px 0px;
	padding:0px;
	text-align:right;
	font-weight:0.9em;
}
div.box .otherLink a{
	font-size:10px;
	color:#bbbbbb;
	letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.everline_boxed.admin div.box .table{
	margin-bottom:0px;
}

div.custom_separator{
	width: 50%;
    height: 1px;
    background: #e7e7e7;
    position: relative;
    bottom: 0;
    left: 50%;
    margin: 20px 0px 20px -25%;
    content: '';
	z-index:500;
}

/* adthis-Icons*/
#at4-share,
#at4-share .at-share-btn{
	width:32px !important;
}
#at4-share .at-icon{
	margin:0px !important;
}

.redBorder{
	border-color:red;
}


.dummyBG{
	position:relative;
	
	border: 1px solid #eeeeee;
	background: #fafafa; /* Old browsers */
	background: url(/includes/css/images/imgDummyBG.png) center center / 30% no-repeat,
				-moz-linear-gradient(top, #fefefe 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: url(/includes/css/images/imgDummyBG.png) center center / 30% no-repeat,
				-webkit-linear-gradient(top, #fefefe 0%,#f1f1f1 100%), url(/includes/css/images/imgDummyBG.png) 50% 50% / 50% 50% no-repeat ; /* Chrome10-25,Safari5.1-6 */
	background: url(/includes/css/images/imgDummyBG.png) center center / 30% no-repeat,
				linear-gradient(to bottom, #fefefe 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.minHeight{
	min-height:500px;
}

.alert.alert-xs{
	font-size:0.9em;
	padding:2px 5px;
	display:inline-block;
	margin:2px;
}

/* ------------- responsive iframe / youtube video --------------- */
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
  }

/* ----------------- debugging ---------------- */
.debugTable {
 border:1px solid #FFC125
 }

.debugHeader {
 border:1px solid #FFC125;
 background:#8B5A00;
 color:#FFC125;
 font-family:courier;
 font-size:10pt;
 }
			
.debugContent {
 border:1px solid #FFC125;
 background:#FFFACD;
 font-family:courier;
 font-size:10pt;
 color:#000000;
 }
