@charset "UTF-8";
/*##############################*/
/*### Font Import von Google ###*/
/*##############################*/


/*#####################*/
/*### csskillswitch ###*/
/*#####################*/
/*@import "csskillswitch.css";*/

/*################################*/
/*### Container, Divs, Spalten ###*/
/*################################*/

/* .container {width: 1080px !important; margin: 0px; padding: 15px} */

#wrapper_rightpic {
    position: relative;
}

#playground-left, #playground-right {padding: 0;}

@media(max-width: 1023px){
    #playground-left, #playground-right {margin: 0 15px;}
    #playground-right {margin-top: 15px;}
}

/*##############*/
/*### Button ###*/
/*##############*/
.btn-danger {background: #E3000F; margin-bottom: 50px}

/*###################*/
/*### Typographie ###*/
/*###################*/
h1 {font-weight: bold; font-size: 3em}

/*####################*/
/*### pretty stuff ###*/
/*####################*/
::selection {background: rgba(0,78,158,1); color: #fff}   
::-moz-selection {background: rgba(0,78,158,1); color: #fff}   
::-webkit-selection {background: rgba(0,78,158,1); color: #fff} 

h3::selection {background: rgba(255,255,255,1); color: rgba(95,168,65,1)}
h3::-moz-selection {background: rgba(255,255,255,1); color: rgba(95,168,65,1)}
h3::-webkit-selection {background: rgba(255,255,255,1); color: rgba(95,168,65,1)}

