/*
Theme Name: BootstrapWP
Theme URI: http://bootstrapwp.rachelbaker.me
Author: Rachel Baker
Author URI: http://www.rachelbaker.me
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
--------------------------------------------------
 */

.totensonntag{
	margin-top:50px;
	text-align:center;
	margin-bottom:-30px;
}

.totensonntag-space{
	margin-top:20px;
}

html, body{
	height: 100%;
}

.ad_sf_wrapper{
	min-height: 100%;
	overflow: visible;
	position: relative;
	z-index: 2;
}

.ad_sf_spacer{
	height: 286px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ad_sf_footer{
	height: 286px;
	margin-top: -286px;
	position: relative;
	z-index: 3;
}

#pgc-17-1-1 {
	margin-top: 10px;
}

/* mobile*/

@media only screen 
and (min-width : 320px) 
and (max-width : 768px) {


.ad_sf_footer {
    height: auto;
}

}
#cookie-notice .button.wp-default:focus, #cookie-notice .button.wp-default:hover {
    background: linear-gradient(to bottom,#58444c,#6c5c60) #F3F3F3;
    border-color: #000;
    color: #fff;
}

#cookie-notice .button.wp-default {
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: none !important;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    white-space: nowrap;
}
input.wpcf7-form-control.wpcf7-acceptance.contact_check {
    width: 5%;
}
span.wpcf7-list-item{
width:15px
}
